-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
High CPU / Memory usage using kubernetes_events
plugin
#8138
Comments
@pwhelan @edsiper @leonardo-albertovich @fujimotos @koleini probably releated to #7557 |
It might be better to reconsider increasing the interval to 5 seconds as the default. Initially it was even lower, @edsiper? |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days. Maintainers can add the |
This issue was closed because it has been stalled for 5 days with no activity. |
reopen |
Tested Fluent-bit Version:
Number of namespaces: ~400
First problem
High cpu usage when using plugin
kubernetes_events
, on left without plugin on right with plugin.CPU Stats
Memory
Basic example:
Second problem
#1
When i set
interval_nsec
todefault
from doc events are colleceted and high CPU / Memory usage...interval_nsec 500000000
#2
When i set
interval_nsec
to10000000000
, events are not collected and theres no high CPU / Memory usageinterval_nsec 10000000000
#3
Wrong default value its not 5 seconds, its 0.5s ?!
#4
When i use:
interval_sec 60
events are not collected and no CPU / Memory high usageThe text was updated successfully, but these errors were encountered: