Skip to content

Commit e0a6e06

Browse files
aknuds1beorn7
andauthored
Update blog/posts/2025-11-14-introducing-info-function.md
Co-authored-by: Björn Rabenstein <[email protected]> Signed-off-by: Arve Knudsen <[email protected]>
1 parent 933a579 commit e0a6e06

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
@@ -6,7 +6,7 @@ author_name: Arve Knudsen
66
---
77

88
Enriching metrics with metadata labels can be surprisingly tricky in Prometheus, even if you're a PromQL wiz!
9-
Traditionally, complex PromQL join syntax is required in Prometheus to add even basic information like Kubernetes cluster names or cloud provider regions to queries.
9+
The PromQL join query traditionally used for this is inherently quite complex because it has to specify the labels to join on, the info metric to join with, and the labels to enrich with.
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.

0 commit comments

Comments
 (0)