Commit 9118d9f
authored
[receiver/expvar] Enable re-aggregation feature (open-telemetry#46979)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
Enabling re-aggregation for the expvar receiver.
PR solves:
open-telemetry#46354
Part of:
open-telemetry#45396.
<!--Describe what testing was performed and which tests were added.-->
#### Testing
- Ran `make mdatagen` to regenerate the internal metadata code.
- Updated `config_test.go` & `scraper_test.go`
- Validated `make test` and `make lint`1 parent 621cd77 commit 9118d9f
File tree
9 files changed
+877
-268
lines changed- .chloggen
- receiver/expvarreceiver
- internal/metadata
- testdata
9 files changed
+877
-268
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
90 | 117 | | |
91 | 118 | | |
92 | 119 | | |
| |||
0 commit comments