You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check how many lines per second are visible in the 'Aggregated Logs' tab (histogram will help):
~400 log lines per second are visible (should be <= 5):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm following:
https://docs.openshift.com/container-platform/4.15/observability/logging/performance_reliability/logging-flow-control-mechanisms.html#logging-set-input-rate-limit_logging-flow-control-mechanisms
Adding
maxRecordsPerSecond
limit for specific namespace to the ClusterLogForwarder is not honored.vector.toml
fromcollector-config
secret.from
vector.toml
Environment
Logs
Expected behavior
No more than 5 log lines per second should be collected (Checking in the console 'Aggregated logs' tab in the pod view)
Actual behavior
Number of log lines per second much higher visible in the 'Aggregated logs' tab.
To Reproduce
Steps to reproduce the behavior:
containerLimit
to the ClusterLogForwarder instance:test-ns
that writes few hundred lines per second to the STDOUT. It might be a loop:~400 log lines per second are visible (should be <= 5):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: