Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Prometheus Exporting #1

Open
mustafaakin opened this issue Nov 21, 2019 · 6 comments
Open

Prometheus Exporting #1

mustafaakin opened this issue Nov 21, 2019 · 6 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@mustafaakin
Copy link
Contributor

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

@mustafaakin mustafaakin added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Nov 21, 2019
@mrueg
Copy link
Contributor

mrueg commented Jun 16, 2020

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

@mustafaakin
Copy link
Contributor Author

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.

@bygui86
Copy link

bygui86 commented Nov 3, 2020

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 ?

@dsn
Copy link

dsn commented Oct 13, 2021

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
caicloud/event_exporter#54 (comment)

@Dentrax
Copy link

Dentrax commented Nov 17, 2021

Any updates for this? 🙏

@qgervacio
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

6 participants