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
When earlyStartup=false is configured, OpenTelemetry initialization is skipped and never runs on deferred start(). Users with both deferred startup and OTEL config silently get no telemetry. Default earlyStartup=true is unaffected.
Summary
When
earlyStartup=falseis configured, OpenTelemetry initialization is skipped and never runs on deferredstart(). Users with both deferred startup and OTEL config silently get no telemetry. DefaultearlyStartup=trueis unaffected.