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

Parse timer duration buckets obtained through reflection #65

@objectiser

Description

@objectiser

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions