Commit 36248f7
Add metricsgenerationprocessor to otelcol-k8s distribution (#1388)
* Add metricsgenerationprocessor to otelcol-k8s distribution
The metricsgeneration processor is needed for common Kubernetes monitoring
use cases like computing node CPU/memory usage percentages from kubeletstats
metrics (e.g. dividing raw usage by node allocatable values).
Without it, users of the k8s distribution (including the opentelemetry-kube-stack
Helm chart) must override to the significantly larger otel/opentelemetry-collector-contrib
image just to get this single processor.
* Add issue number to changelog entry for chlog-validate
---------
Co-authored-by: Moritz Wiesinger <6901203+mowies@users.noreply.github.com>1 parent ca1a03e commit 36248f7
File tree
2 files changed
+26
-0
lines changed- .chloggen
- distributions/otelcol-k8s
2 files changed
+26
-0
lines changed| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
0 commit comments