kubernetes-event-exporter icon indicating copy to clipboard operation
kubernetes-event-exporter copied to clipboard

Prometheus Exporting

Open mustafaakin opened this issue 5 years ago • 6 comments

We can probably use counters to count events that match certain criteria so that people can see if something is increasing or not.

mustafaakin avatar Nov 21 '19 22:11 mustafaakin

https://github.com/caicloud/event_exporter provides an event exporter for prometheus. Maybe that can be included into this project?

mrueg avatar Jun 16 '20 10:06 mrueg

The problem with that project is that it would generate an enormous amount of metrics because there are endless events. I was thinking reporting the number of events that matches certain rules, reseulting in a few summary metrics. Prometheus should not be used as a common event query because it cannot handle it/not designed for it.

mustafaakin avatar Jun 22 '20 13:06 mustafaakin

Using prometheus labels it's possible to categorize events based on type, namespace, pod, k8s labels, whatever. This way the amount of events would be reduced, manageable and made easier to expose. What do you think @mustafaakin ?

bygui86 avatar Nov 03 '20 13:11 bygui86

https://github.com/caicloud/event_exporter provides an event exporter for prometheus. Maybe that can be included into this project?

It appears this project is no longer maintained https://github.com/caicloud/event_exporter/pull/54#issuecomment-925658900

dsn avatar Oct 13 '21 18:10 dsn

Any updates for this? 🙏

Dentrax avatar Nov 17 '21 11:11 Dentrax

any updates on this? this will be very useful for projects the already leverages prometheus

qgervacio avatar Dec 29 '21 11:12 qgervacio