Skip to content

Commit

Permalink
fix: update otel container cpu utilization golden metric
Browse files Browse the repository at this point in the history
It uses the metric defined in <open-telemetry/opentelemetry-collector-contrib#22823>
Released after OpenTelemetry Collector Contrib v0.79.0
  • Loading branch information
sigilioso authored and marcsanmi committed Jul 10, 2023
1 parent 7570bf7 commit 883c8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion definitions/infra-container/golden_metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cpuUtilization:
newRelic:
select: max(docker.container.cpuPercent) or max(k8s.container.cpuCoresUtilization) AS 'CPU Utilization (%)'
opentelemetry:
select: max(container.cpu.percent) AS 'CPU Utilization (%)'
select: max(container.cpu.utilization) AS 'CPU Utilization (%)'
memoryUsage:
title: Memory usage (bytes)
unit: BYTES
Expand Down

0 comments on commit 883c8ed

Please sign in to comment.