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(tracing): report OTLP telemetry export status in startup log (#4056)
Add otlp_traces_export_enabled, otlp_metrics_export_enabled, and
otlp_logs_export_enabled to the "DATADOG TRACER CONFIGURATION" startup
diagnostic log, matching the shared cross-language schema.
PHP exports traces natively via the Datadog Agent (never over OTLP), so
otlp_traces_export_enabled is always false. The metrics and logs flags
reflect the existing DD_METRICS_OTEL_ENABLED / DD_LOGS_OTEL_ENABLED
configs -- the same request-scoped values the userland OpenTelemetry
resolver consults -- so the log matches actual export behavior.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Bob Weinand <bob.weinand@datadoghq.com>
0 commit comments