This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Description
Requirement - what kind of business use case are you trying to solve?
Histogram type has been added in #63 which enables buckets to be defined.
Problem - what in Jaeger blocks you from solving the requirement?
Expvar implementation does not currently respect the defined buckets.
Proposal - what do you suggest to solve the problem or improve the existing situation?
Investigate how expvar impl can support the histogram buckets.