Commit 7ecb8f5
committed
fix(o11y): promote all tag_filterlist telemetry counters to INFO level (#1822)
## Summary
Promotes all five `TagFilterlist` transform counters from debug level to INFO level so they are visible in production. Three of these (`rule_hits_total`, `rule_misses_total`, `tags_filtered_total`) are referenced in the tag filtering dashboard. The remaining two (`noop_hits_total`, `metrics_modified_total`) provide useful signal for understanding filter effectiveness and are promoted for consistency.
## Test plan
- [x] `cargo test -p agent-data-plane tag_filterlist` — all tests pass
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: jesse.szwedko <jesse.szwedko@datadoghq.com>1 parent 57f63c9 commit 7ecb8f5
1 file changed
Lines changed: 5 additions & 5 deletions
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments