Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[receiver/hostmetrics] Collect cpu utilization metric #7130

Merged
merged 9 commits into from
Mar 7, 2022
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Do not drop zero trace/span id spans in the jaeger conversion (#7946)
- Upgrade to use semantic conventions 1.6.1 (#7926)
- `dynatraceexporter`: Validate QueueSettings and perform config validation in Validate() instead (#8020)
- `hostmetricsreceiver`: Add cpu.utilization metrics to cpu scrapper (#7130)
dmitryax marked this conversation as resolved.
Show resolved Hide resolved
- `signalfxexporter`: Add validation for `sending_queue` setting (#8026)

### 🛑 Breaking changes 🛑
Expand Down Expand Up @@ -54,7 +55,6 @@
- `loadbalancingexporter`: Allow non-exist hostname on startup (#7935)
- `datadogexporter`: Use exact sum, count and average on Datadog distributions (#7830)
- `storage/filestorage`: add optional compaction to filestorage (#7768)
- `hostmetricsreceiver`: Add cpu.utilization metrics to cpu scrapper (#6221)

### 🛑 Breaking changes 🛑

Expand Down