Skip to content

Commit e078cc9

Browse files
committed
Fix auto-instrumentation with multi annotation
Signed-off-by: Yuri Oliveira <[email protected]>
1 parent 75d9c19 commit e078cc9

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/e2e-instrumentation/instrumentation-dotnet-multiannotation/00-install-instrumentation.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ spec:
1616
value: parentbased_traceidratio
1717
- name: OTEL_TRACES_SAMPLER_ARG
1818
value: "0.85"
19-
- name: SPLUNK_TRACE_RESPONSE_HEADER_ENABLED
20-
value: "true"
2119
exporter:
2220
endpoint: http://localhost:4317
2321
propagators:

tests/e2e-instrumentation/instrumentation-dotnet-multiannotation/01-assert.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ spec:
4444
value: parentbased_traceidratio
4545
- name: OTEL_TRACES_SAMPLER_ARG
4646
value: "0.85"
47-
- name: SPLUNK_TRACE_RESPONSE_HEADER_ENABLED
48-
value: "true"
4947
- name: OTEL_SERVICE_NAME
5048
value: my-dotnet
5149
- name: OTEL_RESOURCE_ATTRIBUTES_POD_NAME

0 commit comments

Comments
 (0)