-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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(alertmanager): Add exporter config and implementation #26535
Conversation
|
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
Hello @codeboten, we'd like to have the accepted feature implemented and have a working code in our end. If this PR didn't look good, could you kindly advise how we could improve it when we reopen or open a new PR for this? Thank you! |
I'm reopening, this is on me to review. |
@jpkrohling, I appreciate it! |
@sokoide , @mcube8, to help expedite this review, would you be able to split this PR into two? The first would contain everything except the actual exporter implementation, and the second would contain only the implementation. This way, I can focus on the structural parts first, and on the business later. |
This pull request has been split and new pull requests have been raised, closing this. |
Description: Implementation of Alertmanager Exporter
Span Events are exported to Prometheus Alertmanager
Link to tracking Issue: #23659
Testing: Unit tests for config, factory and alertmanager exporter implementation
Documentation: Readme and Sample Configs to use Alertmanager exporter