resmoio / kubernetes-event-exporter

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

Prometheus sink #174

Closed cherylfbrown closed 4 months ago

cherylfbrown commented 5 months ago

I have been working on a Prometheus receiver for a use case at my company and I'm interested in contributing it back. But before I do that, I am wondering if that would be considered? Are there any technical reasons why a Prometheus receiver has not been created previously? The receiver I created emits metrics for the events specified in the config, which prometheus can then scrape.

cherylfbrown commented 4 months ago

Went ahead and opened a PR for this (https://github.com/resmoio/kubernetes-event-exporter/pull/177), can move any conversation there.