Skip to content

Commit

Permalink
Add custom container tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mackjmr committed Nov 13, 2023
1 parent 0a18c5e commit 5f3dfc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/orderproducerservice/deployment-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ spec:
k8s.node.name=$(OTEL_K8S_NODE_NAME),
k8s.pod.name=$(OTEL_K8S_POD_NAME),
deployment.environment=$(OTEL_K8S_NAMESPACE),
k8s.pod.ip=$(POD_IP)
k8s.pod.ip=$(POD_IP),
datadog.container.tag.team=otel
resources:
limits:
memory: 1Gi
Expand Down

0 comments on commit 5f3dfc4

Please sign in to comment.