Add Prometheus counter for dropped subscriber updates
Open
flyte2
- Dominant language
- Go
- Stars
- 7.5k
- Forks
- 886
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 120
Description
When the `ActionsClient` notifies subscribers about action updates, it writes to a channel. If a subscriber's channel is full, the update is dropped to avoid blocking the client worker threads, and a warning is logged.
A Prometheus counter should be added to measure the number of dropped updates so that administrators can monitor and alerts can be configured if subscriber channels are consistently full.
Contributor guide
Assessment
This issue has not been assessed yet.