Skip to content

Commit a9630d4

Browse files
authored
Merge pull request #19 from eedugon/fix_values_yaml
Instrumentation endpoint updated to include namespace
2 parents eff8276 + 6e5260e commit a9630d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/kubernetes/operator/helm/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ instrumentation:
517517
name: elastic-instrumentation
518518
enabled: true
519519
exporter:
520-
endpoint: http://opentelemetry-kube-stack-daemon-collector:4318
520+
endpoint: http://opentelemetry-kube-stack-daemon-collector.opentelemetry-operator-system.svc.cluster.local:4318
521521
propagators:
522522
- tracecontext
523523
- baggage

0 commit comments

Comments
 (0)