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
Handle stale ReferencingWorkloads in telemetry watch handler (stacklok#4508)
Handle stale ReferencingWorkloads in telemetry watch
The MCPTelemetryConfig watch handler only enqueued the
currently-referenced config when an MCPServer changed. If a
server removed its telemetryConfigRef, the previously-referenced
config was never reconciled to clean up its stale
ReferencingWorkloads entry.
Update the watch handler to also enqueue any MCPTelemetryConfig
that still lists the changed server in ReferencingWorkloads,
matching the pattern already used by MCPOIDCConfig.
Closesstacklok#4491
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments