We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c386693 commit 1898395Copy full SHA for 1898395
content/en/blog/2024/prometheus-compatibility-survey/index.md
@@ -121,7 +121,7 @@ should not generally be included in the metric name. Prometheus conventions
121
[recommend](https://prometheus.io/docs/practices/naming/#metric-names) that the
122
unit be included as a suffix of the metric name. OpenMetrics goes a step further
123
and
124
-[requires this unit suffix](https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#unit).
+[requires this unit suffix](https://github.com/prometheus/OpenMetrics/blob/v1.0.0/specification/OpenMetrics.md#unit).
125
Currently, when exporting in Prometheus format from an OpenTelemetry SDK, the
126
unit is added as a suffix to the metric name.
127
0 commit comments