Skip to content

Commit

Permalink
fix: missing K8S_CLUSTER for otlp
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Feb 26, 2024
1 parent 2772958 commit 292b080
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion chart/collectors/otlp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ processors:
k8s.namespace.name, k8s.node.name,
k8s.deployment.name, k8s.statefulset.name, k8s.daemonset.name,
k8s.cronjob.name
- key: k8s.cluster
action: insert
value: ${env:K8S_CLUSTER}
exporters:
otlphttp/openobserve:
endpoint: ${env:O2_ENDPOINT}
Expand Down

0 comments on commit 292b080

Please sign in to comment.