You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(telemetry): fall back to HOST_IP and /etc/hostinfo for OTLP endpoint (#963)
When neither OTEL_EXPORTER_OTLP_METRICS_ENDPOINT nor
OTEL_EXPORTER_OTLP_ENDPOINT is set, resolve the node IP from the HOST_IP
env var, then from /etc/hostinfo, and point the OTLP/HTTP exporter at
<node-ip>:4318 over plaintext. Lets execd and egress emit metrics in
environments where only a node IP is available, without requiring callers
to template the full endpoint URL.
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments