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?
PR #63 includes support for defining buckets on Timer and Histogram metric types. The buckets can be statically declared with the metrics and parsed on reflection.
Problem - what in Jaeger blocks you from solving the requirement?
Buckets for histogram metrics are being parsed, but currently not for timer durations.
Proposal - what do you suggest to solve the problem or improve the existing situation?
Parse the timer durations.
Any open questions to address
How should the durations be expressed? For readability it would probably be best as a number + unit (e.g. 1s, 10m)
The text was updated successfully, but these errors were encountered:
Requirement - what kind of business use case are you trying to solve?
PR #63 includes support for defining buckets on Timer and Histogram metric types. The buckets can be statically declared with the metrics and parsed on reflection.
Problem - what in Jaeger blocks you from solving the requirement?
Buckets for histogram metrics are being parsed, but currently not for timer durations.
Proposal - what do you suggest to solve the problem or improve the existing situation?
Parse the timer durations.
Any open questions to address
How should the durations be expressed? For readability it would probably be best as a number + unit (e.g. 1s, 10m)
The text was updated successfully, but these errors were encountered: