micrometer-metrics/micrometer
Refinement/Clarification of LongTaskTimer when using Prometheus
已關閉
#6,507 建立於 2025年7月3日
doc-updatehelp wantedregistry: prometheus
倉庫指標
- 星標
- (4,881 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
Please describe the feature request
Following a question in Slack with @shakuzen https://micrometer-metrics.slack.com/archives/C662HUJC9/p1751460825070189
The Migration to Prometheus 1.x client libs in micrometer 1.13. changed the behaviour for LongTaskTimer.
Specifically in said Slack thread it was concluded that:
- The migration guide could be more precise in outlining two distinct changes
- Histogram -> GaugeHistogram for LongTaskTimers with histogram buckets.
- No more
activeordurationsuffix._active_count->_countor_gcount,_duration_sum->_sumor_gsum
- The docs for LongTaskTimer or Micrometer Prometheus docs don't make it clear that
.publishPercentileHistogram()might be necessary for certain use cases - Consider making all
LongTaskTimers produce HistogramGauges and ditch Summary due to the semantic mismatch