flyteorg / flyteorg/flyte

Add Prometheus counter for dropped subscriber updates

Open
#7,641 1 comment 0 reactions 1 assignee Claimed by @falloficaruss View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.