elastic / opentelemetry-lib

Apache License 2.0
0 stars 6 forks source link

Allow cpu mapper to work with only `system.cpu.utilization` optional metric #7

Open lahsivjar opened 1 month ago

lahsivjar commented 1 month ago

The current CPU mapper depends on 2 optional metrics: system.cpu.utilization and system.cpu.logical.count. CPU logical count can be derived from system.cpu.utilization using the cpu dimension which would reduce the dependency on 2 optional metrics.