Skip to content

Commit 3fb7592

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 e0a6e06 commit 3fb7592

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,7 @@ Here's the same query using `info()`:
6060

6161
```promql
6262
sum by (k8s_cluster_name, http_status_code) (
63-
info(
64-
rate(http_server_request_duration_seconds_count[2m]),
65-
{k8s_cluster_name=~".+"}
66-
)
63+
info(rate(http_server_request_duration_seconds_count[2m]))
6764
)
6865
```
6966

0 commit comments

Comments
 (0)