Skip to content

Commit e6eafcb

Browse files
authored
[cartservice] stop setting deployment.environment (#151)
It should be set globally by deployment
1 parent be4d62d commit e6eafcb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

kubernetes-manifests/cartservice.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ spec:
4949
value: "http://$(NODE_IP):4318"
5050
- name: OTEL_SERVICE_NAME
5151
value: "cartservice"
52-
- name: OTEL_RESOURCE_ATTRIBUTES
53-
value: "deployment.environment=demo"
5452
- name: OTEL_DOTNET_AUTO_TRACES_ADDITIONAL_SOURCES
5553
value: "Cartservice"
5654
- name: EXTERNAL_DB_NAME

0 commit comments

Comments
 (0)