Commit 540ae31
authored
[receiver/haproxy] Enable re-aggregation feature (#46518)
## Summary
- Enable dynamic metric reaggregation in the HAProxy receiver
- Set `reaggregation_enabled: true` in `metadata.yaml`
- Add `requirement_level: recommended` to the `status_code` attribute
Fixes #46357
Part of #45396
## Test plan
- [x] `go generate ./...` ran successfully
- [x] `make gci` ran successfully
- [x] `make generate-schemas` ran successfully
- [x] `go test ./...` passes
- [x] `make chlog-validate` passes
Signed-off-by: Nick Nikolakakis <nonicked@protonmail.com>1 parent 277dbbd commit 540ae31
8 files changed
Lines changed: 3428 additions & 608 deletions
File tree
- .chloggen
- receiver/haproxyreceiver
- internal/metadata
- testdata
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
2 | 8 | | |
3 | 9 | | |
4 | 10 | | |
5 | 11 | | |
6 | 12 | | |
7 | 13 | | |
8 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
9 | 21 | | |
10 | 22 | | |
11 | 23 | | |
| |||
Lines changed: 196 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments