Document DefaultMeterObservationHandler by seonghyeoklee · Pull Request #7261 · micrometer-metrics/micrometer (original) (raw)
approved these changes Mar 9, 2026
Add documentation for DefaultMeterObservationHandler to the Observation Components page, explaining the metrics it creates from Observations:
- Timer () on stop, with low cardinality tags and error tag
- LongTaskTimer (.active) on start, tracking in-progress duration
- Counter (.) on event signals
Include code examples showing basic usage and how to disable LongTaskTimer via IgnoredMeters.
Closes micrometer-metricsgh-6361
Signed-off-by: seonghyeoklee dltjdgur327@gmail.com
shakuzen changed the base branch from main to 1.15.x
etrandafir93 pushed a commit to etrandafir93/micrometer that referenced this pull request
Add documentation for DefaultMeterObservationHandler to the Observation Components page, explaining the metrics it creates from Observations:
- Timer () on stop, with low cardinality tags and error tag
- LongTaskTimer (.active) on start, tracking in-progress duration
- Counter (.) on event signals
Include code examples showing basic usage and how to disable LongTaskTimer via IgnoredMeters.
Closes micrometer-metricsgh-6361
Signed-off-by: seonghyeoklee dltjdgur327@gmail.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})