We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf944d commit 62165c2Copy full SHA for 62165c2
prometheus/promhttp/http.go
@@ -418,7 +418,7 @@ type HandlerOpts struct {
418
// Created Timestamps for counters, histograms and summaries, which for the current
419
// version of OpenMetrics are defined as extra series with the same name and "_created"
420
// suffix. See also the OpenMetrics specification for more details
421
- // https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#counter-1
+ // https://github.com/prometheus/OpenMetrics/blob/v1.0.0/specification/OpenMetrics.md#counter-1
422
//
423
// Created timestamps are used to improve the accuracy of reset detection,
424
// but the way it's designed in OpenMetrics 1.0 it also dramatically increases cardinality
0 commit comments