Skip to content
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

[pagerduty] send full event payload on resolve #2472

Merged
merged 2 commits into from
Feb 4, 2021

Conversation

asvinours
Copy link
Contributor

@asvinours asvinours commented Feb 1, 2021

Required for all non-trivial PRs
  • Rebased/mergable
  • Tests pass
  • CHANGELOG.md updated
  • Sign CLA (if not already signed)

Description

Pagerduty made Ruleset feature (https://support.pagerduty.com/docs/rulesets) available to everyone couple of months back.
The issue is that trigger and resolve events need to be routed to the same service when rulesets are used.

Because the resolve event only contains a subset of the trigger payload, it's very complicated to do proper routing.
Pagerduty is accepting the full payload on resolve just fine (I tested it with our infrastructure) and the extra keys in the payload allows proper routing.

@asvinours asvinours changed the title Bugfix/pd payload [pagerduty] send full event payload on resolve Feb 1, 2021
@docmerlin docmerlin merged commit 23e1d6a into influxdata:master Feb 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants