Skip to content

Commit

Permalink
Update pkg/otlp/metrics/metrics_translator_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Yang Song <[email protected]>
  • Loading branch information
mabdinur and songy23 committed Aug 5, 2024
1 parent 0713a51 commit 9e83b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/otlp/metrics/metrics_translator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ func TestMapSystemMetricsRenamedWithOTelPrefix(t *testing.T) {
startTs := int(getProcessStartTime()) + 1
// Ensure datadog metrics are not created from system.cpu.utilization (ex: system.cpu.idle, system.cpu.system, etc)
// Ensure otel.* prefix is added to system and process metrics
// Ensure otel.* prefix is not added to jvm metrics
// Ensure otel.* prefix is not added to jvm or go runtime metrics
expectedSystemDims := newDims("otel.system.cpu.utilization")
expectedProcessDims := newDims("otel.process.runtime.go.goroutines")
expectedRuntimeDims := newDims("runtime.go.num_goroutine")
Expand Down

0 comments on commit 9e83b46

Please sign in to comment.