rjeczkow

Results 1 issues of rjeczkow

**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. ``` spec: inputs: - application: containerLimit: maxRecordsPerSecond: 5 namespaces: - test-ns ```...