diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 39703fb3..3d5b38a2 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -61,11 +61,14 @@ spec: value: "5000" - name: HRRR_BASE_URL value: "http://skippy.w5isp.com:8080" - # OTLP export disabled: opentelemetry_ecto emits one span per - # query, and Oban jobs that run thousands of queries produce - # traces Tempo can't ingest (8k+ spans, crashes compactor). - # Rust workers still export. Re-enable after opentelemetry_ecto - # is removed or filtered. + # OTLP/gRPC endpoint for the cluster OTel Collector. + # service.name / service.namespace are set in + # config/runtime.exs (microwaveprop / prop). Matches the + # endpoint used by prop-grid-rs / prop-hrrr-point-rs so + # Elixir-initiated traces link up with downstream Rust + # worker spans in Tempo. + - name: OTEL_EXPORTER_OTLP_ENDPOINT + value: "http://otel-collector.observability.svc.cluster.local:4317" envFrom: - secretRef: name: prop-secrets