Skip to content

Commit 67c89b0

Browse files
anna-gitclaude
andcommitted
fix(golang): set v2.10.0-dev version for OtlpRuntimeMetrics and fix formatting
Replace missing_feature removal with v2.10.0-dev version tag (dd-trace-go#4803 was merged after version was bumped to v2.10.0-dev). Fix ruff formatting: restore double blank line before module-level function and remove trailing newline. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 99fbf08 commit 67c89b0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

manifests/golang.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1445,6 +1445,7 @@ manifest:
14451445
tests/test_library_logs.py::Test_NoExceptions::test_dotnet: irrelevant (only for .NET)
14461446
tests/test_library_logs.py::Test_NoExceptions::test_java_logs: irrelevant (only for Java)
14471447
tests/test_library_logs.py::Test_NoExceptions::test_java_telemetry_logs: irrelevant (only for Java)
1448+
tests/test_otlp_runtime_metrics.py::Test_OtlpRuntimeMetrics: v2.10.0-dev
14481449
tests/test_profiling.py::Test_Profile::test_process_tags_svc: missing_feature
14491450
tests/test_protobuf.py: missing_feature
14501451
tests/test_resource_renaming.py:

tests/test_otlp_runtime_metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ class MetricConstraints(TypedDict, total=False):
238238
"java": "jvm.heap_memory",
239239
}
240240

241+
241242
def get_runtime_metrics_by_name() -> dict[str, list[dict[str, str]]]:
242243
"""Return observed runtime metrics grouped by name.
243244
@@ -330,4 +331,3 @@ def test_dd_metrics_are_absent(self) -> None:
330331
assert len(dd_named_metrics) == 0, (
331332
f"Found DD-proprietary metric names for {library}: {dd_named_metrics}. Expected OTel-native names only."
332333
)
333-

0 commit comments

Comments
 (0)