Skip to content

Commit 86dce1b

Browse files
committed
update links to openmetrics to reference the v1.0.0 release
Signed-off-by: David Ashpole <[email protected]>
1 parent a8a3f15 commit 86dce1b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/docs/instrumenting/exposition_formats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ and it is also available to use for federating metrics since at least v2.23.0.
152152

153153
### Exemplars (Experimental)
154154

155-
Utilizing the OpenMetrics format allows for the exposition and querying of [Exemplars](https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#exemplars).
155+
Utilizing the OpenMetrics format allows for the exposition and querying of [Exemplars](https://github.com/prometheus/OpenMetrics/blob/v1.0.0/specification/OpenMetrics.md#exemplars).
156156
Exemplars provide a point in time snapshot related to a metric set for an otherwise summarized MetricFamily. Additionally they may have a Trace ID attached to them which when used to together
157157
with a tracing system can provide more detailed information related to the specific service.
158158

content/docs/specs/native_histograms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ dimensions:
181181
like” histograms where each bucket is a gauge, representing arbitrary
182182
distributions at a point in time. The concept of a gauge histogram was
183183
previously introduced for classic histograms by
184-
[OpenMetrics](https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#gaugehistogram).
184+
[OpenMetrics](https://github.com/prometheus/OpenMetrics/blob/v1.0.0/specification/OpenMetrics.md#gaugehistogram).
185185
2. Integer vs. floating point (short: float): The obvious use case of
186186
histograms is to count observations, resulting in integer numbers of
187187
observations ≥ 0 within each bucket, including the _zero bucket_, and for

content/docs/specs/remote_write_spec_2_0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ Typically, Senders can detect when a time series will no longer be appended usin
431431

432432
Metadata SHOULD follow the official Prometheus guidelines for [Type](https://prometheus.io/docs/instrumenting/writing_exporters/#types) and [Help](https://prometheus.io/docs/instrumenting/writing_exporters/#help-strings).
433433

434-
Metadata MAY follow the official OpenMetrics guidelines for [Unit](https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#unit).
434+
Metadata MAY follow the official OpenMetrics guidelines for [Unit](https://github.com/prometheus/OpenMetrics/blob/v1.0.0/specification/OpenMetrics.md#unit).
435435

436436
#### Exemplars
437437

0 commit comments

Comments
 (0)