Skip to content

Commit 139d5ac

Browse files
anna-gitclaude
andcommitted
fix(golang): remove runtime_metrics_enabled from OTLP_RUNTIME_METRICS scenario
DD_RUNTIME_METRICS_ENABLED=true (set by runtime_metrics_enabled=True) causes the old StatsD runtime.go.* metrics to be emitted alongside the new OTel go.* metrics, making test_dd_metrics_are_absent fail. The scenario tests OTel metrics as a replacement for DD-proprietary ones, so the old DD runtime metrics must be off. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 67c89b0 commit 139d5ac

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

utils/_context/_scenarios/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1321,7 +1321,6 @@ class _Scenarios:
13211321
"OTEL_EXPORTER_OTLP_METRICS_HEADERS": "dd-protocol=otlp,dd-otlp-path=agent",
13221322
"GOMEMLIMIT": "500MiB",
13231323
},
1324-
runtime_metrics_enabled=True,
13251324
include_opentelemetry=True,
13261325
library_interface_timeout=20,
13271326
doc="Test runtime metrics exported via OTLP with OTel semantic convention names",

0 commit comments

Comments
 (0)