Taken from fluxcd/source-controller#411
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 single info event that contains the source URL and revision (later on we should consider adding the commit message too for GitRepositories).
Taken from fluxcd/source-controller#411
To improve observability through events, without spamming the alerting system, I propose we introduce a new
eventSeveritytype calledtrace. Thetraceevents are emitted as Kubernetes events underNormal, these events are dropped when forwarding to notification controller. Every source reconciliation should issue a singleinfoevent that contains the source URL and revision (later on we should consider adding the commit message too for GitRepositories).