opsgenie / kubernetes-event-exporter

Export Kubernetes events to multiple destinations with routing and filtering
Apache License 2.0
1.04k stars 351 forks source link

fix: GetTimestampMs handles different event timestamp #195

Open lobshunter opened 2 years ago

lobshunter commented 2 years ago

Signed-off-by: lob pengyu@pingcap.com

This PR fix #194 and #163, so that events from kube-scheduler can be handled properly.

DaveOHenry commented 2 years ago

This should also fix #163 as far as I understand.

lobshunter commented 2 years ago

This should also fix https://github.com/opsgenie/kubernetes-event-exporter/issues/163 as far as I understand.

That's true. Updated PR description.