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

Alerting: Add support for opsgenie, pagerduty, pushover, and sensugo notifiers #591

Merged
merged 5 commits into from
Aug 18, 2022

Conversation

alexweav
Copy link
Contributor

Adds the next batch of strongly-typed notifiers to the provider.

Extended the notifier interface a little - the marshalling code can now propagate arbitrary errors, which appear nicely in the Terraform output.

@alexweav alexweav requested a review from a team as a code owner August 17, 2022 21:18
DisableResolveMessage: disableResolve,
Settings: settings,
}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should start splitting this file moving forward as we do in Grafana.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree, but I did not want to deviate from the current package structure in this project. These all have quite a bit less code than the actual notifier implementations so I felt it was ok.

Copy link
Member

@JohnnyQQQQ JohnnyQQQQ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, one non blocking remark

@alexweav alexweav merged commit b6f7f64 into master Aug 18, 2022
@alexweav alexweav deleted the alexweav/even-more-notifiers branch August 18, 2022 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants