Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tetragon: Add metric to report rate limited events #1453

Merged
merged 1 commit into from
Sep 11, 2023
Merged

Conversation

jrfastab
Copy link
Contributor

Tetragon can set a maximum rate limit to push events. And when this is done we also track the number of events that were dropped due to a rate limit. When drops occur we generate a summary event to report how many drops happened. This adds a metric for this as well so it can be tracked easily from prometheous.

Tetragon can set a maximum rate limit to push events. And when this is done
we also track the number of events that were dropped due to a rate limit.
When drops occur we generate a summary event to report how many drops
happened. This adds a metric for this as well so it can be tracked easily
from prometheous.

Signed-off-by: John Fastabend <john.fastabend@gmail.com>
@jrfastab jrfastab requested a review from a team as a code owner September 11, 2023 20:44
@jrfastab jrfastab added the release-note/minor This PR introduces a minor user-visible change label Sep 11, 2023
@jrfastab jrfastab merged commit 8a271f9 into main Sep 11, 2023
26 of 27 checks passed
@jrfastab jrfastab deleted the ratelimit-metric branch September 11, 2023 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note/minor This PR introduces a minor user-visible change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants