[P1][Logs] Add shared suppression and throttling primitives for repetitive logs
Open
Nobody has claimed this yet.
type/enhancement
- Dominant language
- Go
- Stars
- 56
- Forks
- 63
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 34
Description
Parent issue: #4691
Intent
Repeated logs are currently suppressed inconsistently across modules.
Modification points
- Add shared keyed throttling and suppression summaries.
Entry points
pkg/logger/log.go:136maintainer/operator/operator_controller.go:257maintainer/node_set_checksum_manager.go:387
Done criteria
- Repetitive logs can be reduced through shared infrastructure.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at pkg/logger/log.go:136, then inspect the existing log handling at maintainer/operator/operator_controller.go:257 and maintainer/node_set_checksum_manager.go:387. Determine how shared keyed throttling and suppression summaries should cover these entry points; done means repetitive logs can be reduced through shared infrastructure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- observability-sre
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100