From 7a5ff20cd49e12cefa90aa32867ed2449127d799 Mon Sep 17 00:00:00 2001 From: Alex Boten <223565+codeboten@users.noreply.github.com> Date: Wed, 11 Sep 2024 09:54:01 -0700 Subject: [PATCH] chore: fix broken link (#4209) --- specification/metrics/data-model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/metrics/data-model.md b/specification/metrics/data-model.md index d9bb8ad5f98..adf2d5011e8 100644 --- a/specification/metrics/data-model.md +++ b/specification/metrics/data-model.md @@ -1014,7 +1014,7 @@ If this flag is set on a data point, then this data point reflects explicitly missing data in a series. It serves as an indicator that a previously present timeseries was removed and that this timeseries SHOULD NOT be returned in queries after such an indicator was received. It is an equivalent of the -[Prometheus staleness marker](https://prometheus.io/docs/prometheus/2.52/querying/basics/#staleness). +[Prometheus staleness marker](https://prometheus.io/docs/prometheus/latest/querying/basics/#staleness). If this flag is set, all other data point properties except attributes, time stamps, or time windows, SHOULD be ignored.