Skip to content

Commit

Permalink
Change OTLP endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyhedral committed Oct 27, 2024
1 parent b4cde3d commit bc2d3fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kubernetes/overlays/dev/configmaps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ data:
JAEGER_SAMPLER_PARAM: "1"
JAEGER_PROPAGATION: b3
JAEGER_ENDPOINT: http://jaeger-collector.observability.svc.cluster.local:9411/api/v2/spans
OTEL_EXPORTER_OTLP_ENDPOINT: http://simplest-collector.observability.svc.cluster.local:4318/
# OTEL_EXPORTER_OTLP_ENDPOINT: http://simplest-collector.observability.svc.cluster.local:4318/
OTEL_EXPORTER_OTLP_ENDPOINT: http://jaeger-collector.observability.svc.cluster.local:4318/
SENTRY_RELEASE: "1"
REDIS_HOST: redis-master.sweetrpg-support.svc.cluster.local
REDIS_DB: "1"

0 comments on commit bc2d3fb

Please sign in to comment.