-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add prometheus receiver #177
base: master
Are you sure you want to change the base?
Conversation
This feature looks good. When will this be added to the new release? How can we use this now? |
+1 |
@mustafaakin Any outlook on when you might be able to review this PR? Thank you! |
@cherylfbrown Thanks for adding this feature. This is much needed. I have one suggestion for improvement. As of now, prometheus is scraping all the old events even though are not valid(active) anymore. Can we add a filter to emit event metrics only for active events or use last seen timestamp(event age)? |
+1 |
f9cd7cd
to
9113627
Compare
We're currently evaluating this tool, this would be an amazing feature! |
That would be awesome. :-) |
Hi team, |
+1 |
1 similar comment
+1 |
this looks awesome, when will this be released |
+1 |
Adds a Prometheus receiver for emitting event metrics that Prometheus can scrape, along with associated README and config example updates.
Example config used for testing:
Example metric emitted:
my_test_prefix_pod_event_count{app="event-exporter", job="kubernetes-pods", kubernetes_namespace="monitoring", kubernetes_pod_name="event-exporter-7db4c957cb-77tbd", namespace="cheryl", pod="c-test-0", reason="FailedMount", version="v1"} 1
closes #160