Skip to content

Commit

Permalink
Fix otelcol config
Browse files Browse the repository at this point in the history
  • Loading branch information
kifj committed Dec 23, 2024
1 parent 1d478bd commit f8a3d19
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion etc/k8s/opentelemetry-sidecar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ spec:
exporters:
logging: {}
otlp:
endpoint: jaeger-all-in-one-collector.observability:4317
endpoint: "jaeger-all-in-one-collector.observability:4317"
tls:
insecure: true
prometheus:
endpoint: "0.0.0.0:8889"
processors:
batch: {}
extensions:
Expand All @@ -38,3 +40,10 @@ spec:
- batch
receivers:
- otlp
metrics:
receivers:
- otlp
processors:
- batch
exporters:
- prometheus

0 comments on commit f8a3d19

Please sign in to comment.