Introducing the Experimental info() Function
Prometheus Blog

Introducing the Experimental info() Function


Summary

Prometheus 3.0 introduces the experimental `info()` function to simplify enriching metrics with metadata labels from "info" metrics (like those from OpenTelemetry). Traditionally, this required complex PromQL join queries specifying join labels and data labels, but `info()` achieves the same result with a single function call, automatically handling label matching. Crucially, `info()` also resolves the “churn problem” – issues caused by changing info metric labels – by automatically selecting the latest time series data, resulting in more reliable queries and dashboards.
Read the Original Article

This article originally appeared on Prometheus Blog.

Read Full Article on Original Site

Popular from Prometheus Blog

1
Custom service discovery with etcd
Custom service discovery with etcd

Fabian Reinartz Aug 17, 2015 104 views

2
When (not) to use varbit chunks
When (not) to use varbit chunks

Björn “Beorn” Rabenstein May 8, 2016 98 views

3
Interview with Scalefastr
Interview with Scalefastr

Brian Brazil Feb 8, 2018 95 views

4
Interview with Canonical
Interview with Canonical

Brian Brazil Nov 16, 2016 91 views

5
Monitoring DreamHack - the World's Largest Digital Festival
Monitoring DreamHack - the World's Largest Digital Festival

DreamHack Network Team Jun 24, 2015 91 views