Skip to content

Commit bdab42e

Browse files
committed
Apply reviewer feedback
Signed-off-by: Arve Knudsen <[email protected]>
1 parent 4358dfc commit bdab42e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ sum by (k8s_cluster_name, http_status_code) (
6464
```
6565
6666
Much more comprehensible, no?
67-
The real magic happens under the hood though: **`info()` automatically selects the time series with the latest sample**, eliminating churn-related join failures entirely.
67+
Note that this call to `info()` returns all data labels from `target_info`, but it doesn't matter because we aggregate them away with `sum`.
68+
As regards solving the churn problem, the real magic happens under the hood: **`info()` automatically selects the time series with the latest sample**, eliminating churn-related join failures entirely.
6869
6970
### Basic Syntax
7071

0 commit comments

Comments
 (0)