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
To improve observability through events, without spamming the alerting system, I propose we introduce a new eventSeverity type called trace. The trace events are emitted as Kubernetes events under Normal, these events are dropped when forwarding to notification controller. Every source reconciliation should issue a singleinfo event that contains the source URL and revision (later on we should consider adding the commit message too for GitRepositories).
The text was updated successfully, but these errors were encountered:
Taken from fluxcd/source-controller#411
To improve observability through events, without spamming the alerting system, I propose we introduce a new
eventSeverity
type calledtrace
. Thetrace
events are emitted as Kubernetes events underNormal
, these events are dropped when forwarding to notification controller. Every source reconciliation should issue a singleinfo
event that contains the source URL and revision (later on we should consider adding the commit message too for GitRepositories).The text was updated successfully, but these errors were encountered: