Skip to content

Deduplicate K8s api requests events

Taka Nishida requested to merge deduplicate-k8s-qpi-requests-events into master

This MR deduplicates K8s api requests events using deduplicate keys.

When emitting new event, KAS keeps track of the event's deduplicate key in map data structure. If the key is already included in the map, ignore the event.

Also, it extends the event reporting period to 5 minutes (previously 10 seconds) to remove duplicated events more effectively.

Part of #550 (closed).

Merge request reports

Loading