Skip to content

Commit 102f34d

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 b49a0e1 commit 102f34d

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
@@ -10,7 +10,7 @@ Traditionally, complex PromQL join syntax is required in Prometheus to add even
1010
The new, still experimental `info()` function, promises a simpler way, making label enrichment as simple as wrapping your query in a single function call.
1111

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.
13-
`info` doesn't only suffer simpler syntax however.
13+
`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.
1515
Identifying labels here in practice means those that are joined on.
1616

0 commit comments

Comments
 (0)