Skip to content

Commit 80a058c

Browse files
committed
chore: remove OTEL_DOTNET_AUTO_RULE_ENGINE_ENABLED to see if ITs pass
1 parent abf5d31 commit 80a058c

4 files changed

Lines changed: 0 additions & 14 deletions

File tree

deploy/helm/sumologic/conf/opentelemetry-operator/instrumentation.cr.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ spec:
4242
value: http/protobuf
4343
- name: OTEL_EXPORTER_OTLP_ENDPOINT
4444
value: http://{{- include "sumologic.opentelemetry.operator.instrumentation.collector.endpoint" $ctx }}:4318
45-
- name: OTEL_DOTNET_AUTO_RULE_ENGINE_ENABLED
46-
value: "false"
4745
{{- if $instrumentation.dotnet.extraEnvVars -}}
4846
{{- toYaml $instrumentation.dotnet.extraEnvVars | nindent 6 -}}
4947
{{- end }}

tests/helm/testdata/goldenfile/opentelemetry_operator_instrumentation_cr_configmap/instrumentation.additionalenvs.output.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ data:
4747
value: http/protobuf
4848
- name: OTEL_EXPORTER_OTLP_ENDPOINT
4949
value: http://RELEASE-NAME-sumologic-otelagent.sumologic:4318
50-
- name: OTEL_DOTNET_AUTO_RULE_ENGINE_ENABLED
51-
value: "false"
5250
- name: test
5351
value: dotnetval
5452
python:
@@ -123,8 +121,6 @@ data:
123121
value: http/protobuf
124122
- name: OTEL_EXPORTER_OTLP_ENDPOINT
125123
value: http://RELEASE-NAME-sumologic-otelagent.sumologic:4318
126-
- name: OTEL_DOTNET_AUTO_RULE_ENGINE_ENABLED
127-
value: "false"
128124
- name: test
129125
value: dotnetval
130126
python:

tests/helm/testdata/goldenfile/opentelemetry_operator_instrumentation_cr_configmap/instrumentation.output.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ data:
4747
value: http/protobuf
4848
- name: OTEL_EXPORTER_OTLP_ENDPOINT
4949
value: http://RELEASE-NAME-sumologic-otelagent.sumologic:4318
50-
- name: OTEL_DOTNET_AUTO_RULE_ENGINE_ENABLED
51-
value: "false"
5250
python:
5351
image: public.ecr.aws/sumologic/autoinstrumentation-python:0.48b0
5452
env:
@@ -115,8 +113,6 @@ data:
115113
value: http/protobuf
116114
- name: OTEL_EXPORTER_OTLP_ENDPOINT
117115
value: http://RELEASE-NAME-sumologic-otelagent.sumologic:4318
118-
- name: OTEL_DOTNET_AUTO_RULE_ENGINE_ENABLED
119-
value: "false"
120116
python:
121117
image: public.ecr.aws/sumologic/autoinstrumentation-python:0.48b0
122118
env:

tests/helm/testdata/goldenfile/opentelemetry_operator_instrumentation_cr_configmap/instrumentation.repository.output.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ data:
4747
value: http/protobuf
4848
- name: OTEL_EXPORTER_OTLP_ENDPOINT
4949
value: http://RELEASE-NAME-sumologic-otelagent.sumologic:4318
50-
- name: OTEL_DOTNET_AUTO_RULE_ENGINE_ENABLED
51-
value: "false"
5250
python:
5351
image: mypythonrepo:mypythontag
5452
env:
@@ -115,8 +113,6 @@ data:
115113
value: http/protobuf
116114
- name: OTEL_EXPORTER_OTLP_ENDPOINT
117115
value: http://RELEASE-NAME-sumologic-otelagent.sumologic:4318
118-
- name: OTEL_DOTNET_AUTO_RULE_ENGINE_ENABLED
119-
value: "false"
120116
python:
121117
image: mypythonrepo:mypythontag
122118
env:

0 commit comments

Comments
 (0)