Skip to content

Commit

Permalink
[cartservice] stop setting deployment.environment (#151)
Browse files Browse the repository at this point in the history
It should be set globally by deployment
  • Loading branch information
Kielek authored Sep 3, 2024
1 parent be4d62d commit e6eafcb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kubernetes-manifests/cartservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ spec:
value: "http://$(NODE_IP):4318"
- name: OTEL_SERVICE_NAME
value: "cartservice"
- name: OTEL_RESOURCE_ATTRIBUTES
value: "deployment.environment=demo"
- name: OTEL_DOTNET_AUTO_TRACES_ADDITIONAL_SOURCES
value: "Cartservice"
- name: EXTERNAL_DB_NAME
Expand Down

0 comments on commit e6eafcb

Please sign in to comment.