Skip to content

Commit 75d9c19

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ metadata:
66
annotations:
77
instrumentation.opentelemetry.io/inject-sdk: "true"
88
---
9-
apiVersion: opentelemetry.io/v1alpha1
9+
apiVersion: opentelemetry.io/v1beta1
1010
kind: OpenTelemetryCollector
1111
metadata:
1212
name: sidecar
1313
namespace: my-other-dotnet-ns
1414
spec:
15-
config: |
15+
config:
1616
receivers:
1717
otlp:
1818
protocols:

0 commit comments

Comments
 (0)