-
Notifications
You must be signed in to change notification settings - Fork 12.1k
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
Alerting: PagerDuty: adding current state to the payload #29270
Conversation
This pull request has been automatically marked as stale because it has not had activity in the last 2 weeks. It will be closed in 30 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
Any news? It's really annoying for us to not be able to differentiate "no_data" and "alert" in PagerDuty |
Sorry, we have a lot on our hands currently, we are planning to get back to this. |
Hej @eraac, Thanks for the contribution. It would be great if you could create an issue to describe the use case & provide an example of how to use this for us to review this feature better. Thanks! |
@eraac thanks for this! Would you mind updating the relevant documentation for this and then we can get things merged. Cheers! |
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
This pull request has been automatically marked as stale because it has not had activity in the last 2 weeks. It will be closed in 30 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
Any update? |
Sorry for the long wait, we'll try to get around to it. |
Thanks, this looks pretty good so far, I will try to review it in depth soon. |
Sorry again for the long wait! Thanks for contributing to Grafana! |
* adding state to the payload * fix test * fix linter * documentation payload current state * Apply suggestions from code review Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
What this PR does / why we need it:
The state of alert can be useful if you use event rule. Per example you can redirect to a specific service when the state is
no_data
or ignore itFixes #29812