Skip to content

Commit

Permalink
add environment configuration to the collector
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgeorgehope committed Jul 23, 2024
1 parent ca145eb commit fcd445c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kubernetes/elastic-helm/configmap-elastic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ data:
extensions:
processors:
batch: {}
resource:
attributes:
- key: deployment.environment
value: "opentelemetry-demo"
action: upsert
receivers:
httpcheck/frontendproxy:
targets:
Expand Down Expand Up @@ -63,6 +68,7 @@ data:
- spanmetrics
processors:
- batch
- resource
receivers:
- otlp
telemetry:
Expand Down

0 comments on commit fcd445c

Please sign in to comment.