Skip to content

Commit c2be460

Browse files
link04claude
andcommitted
Prepare PR for review: set dotnet to missing_feature, clean up docstring
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 71f359f commit c2be460

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

manifests/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,7 @@ manifest:
11241124
tests/test_library_conf.py::Test_HeaderTags_Wildcard_Response_Headers: missing_feature
11251125
tests/test_library_logs.py::Test_NoExceptions::test_java_logs: irrelevant (only for Java)
11261126
tests/test_library_logs.py::Test_NoExceptions::test_java_telemetry_logs: irrelevant (only for Java)
1127-
tests/test_otlp_runtime_metrics.py::Test_OtlpRuntimeMetrics: v3.42.0
1127+
tests/test_otlp_runtime_metrics.py::Test_OtlpRuntimeMetrics: missing_feature
11281128
tests/test_profiling.py::Test_Profile:
11291129
- weblog_declaration:
11301130
"*": v1.0 # real version not known

tests/test_otlp_runtime_metrics.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
libraries should send runtime metrics via OTLP with OTel-native naming (dotnet.*,
55
jvm.*, go.*, v8js.*, etc.) instead of DD-proprietary naming (runtime.dotnet.*,
66
runtime.go.*, runtime.node.*, etc.).
7-
8-
Related PRs:
9-
- .NET: https://github.com/DataDog/dd-trace-dotnet/pull/8299
10-
- Go: https://github.com/DataDog/dd-trace-go/pull/4611
11-
- Node.js: https://github.com/DataDog/dd-trace-js/pull/7869
12-
- Java: https://github.com/DataDog/dd-trace-java/pull/10985
137
"""
148

159
from utils import context, features, interfaces, scenarios, weblog

0 commit comments

Comments
 (0)