You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requirement - what kind of business use case are you trying to solve?
With #63 it is now possible to define Histograms with buckets - but also define duration based buckets for the Timer metric type.
Problem - what in Jaeger blocks you from solving the requirement?
The buckets are being used with the Tally Histogram type - but it appears the Tally Timer type does not enable buckets to be defined.
Proposal - what do you suggest to solve the problem or improve the existing situation?
Either buckets will have to be ignored for Tally impl (with a warning being produced?), or the underlying representation should be changed to a Tally Histogram with DurationBuckets.
The text was updated successfully, but these errors were encountered:
Requirement - what kind of business use case are you trying to solve?
With #63 it is now possible to define Histograms with buckets - but also define duration based buckets for the Timer metric type.
Problem - what in Jaeger blocks you from solving the requirement?
The buckets are being used with the Tally Histogram type - but it appears the Tally Timer type does not enable buckets to be defined.
Proposal - what do you suggest to solve the problem or improve the existing situation?
Either buckets will have to be ignored for Tally impl (with a warning being produced?), or the underlying representation should be changed to a Tally Histogram with DurationBuckets.
The text was updated successfully, but these errors were encountered: