Skip to content

Commit 6bf6f39

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 b7f466e commit 6bf6f39

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ This could in practice mean your dashboards break and your alerts stop firing wh
5656
## The Solution: Simple, Reliable Label Enrichment
5757

5858
The `info()` function solves both problems at once.
59-
Here's the same query using `info()`:
60-
61-
```promql
6259
sum by (k8s_cluster_name, http_status_code) (
6360
info(rate(http_server_request_duration_seconds_count[2m]))
6461
)

0 commit comments

Comments
 (0)