Skip to content

Commit 933a579

Browse files
aknuds1ywwg
andauthored
Update blog/posts/2025-11-14-introducing-info-function.md
Co-authored-by: Owen Williams <[email protected]> Signed-off-by: Arve Knudsen <[email protected]>
1 parent 102f34d commit 933a579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/posts/2025-11-14-introducing-info-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The new, still experimental `info()` function, promises a simpler way, making la
1212
In Prometheus 3.0, we introduced the [`info()`](https://prometheus.io/docs/prometheus/latest/querying/functions/#info) function, a powerful new way to enrich your time series with labels from info metrics.
1313
`info` doesn't only offer a simpler syntax however.
1414
It also solves a subtle yet critical problem that has plagued join queries for years: The "churn problem" that causes queries to fail when "non-identifying" info metric labels change.
15-
Identifying labels here in practice means those that are joined on.
15+
In practice, "identifying labels" refers to those labels that the join is performed on.
1616

1717
Whether you're working with OpenTelemetry resource attributes, Kubernetes labels, or any other metadata, the `info()` function makes your PromQL queries cleaner, more reliable, and easier to understand.
1818

0 commit comments

Comments
 (0)