resmoio / kubernetes-event-exporter

Export Kubernetes events to multiple destinations with routing and filtering
Apache License 2.0
753 stars 149 forks source link

event discarded #184

Open hm3623851 opened 3 months ago

hm3623851 commented 3 months ago

i see the log 'Event discarded as being older then maxEventAgeSeconds' in my loki and see client-side throttling with lots of 0 on my pod logs. i add kubeQPS: 100 and kubeBurst: 500 to my config map and my maxEventAge is 300 and it works good about 24 hours after that again i see Event discarded as being older then maxEventAgeSeconds.

hm3623851 commented 1 month ago

please help.