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

[Feature Request] Add support for universal tags for Opsgenie #471

Open
gjethwani opened this issue Apr 16, 2024 · 0 comments
Open

[Feature Request] Add support for universal tags for Opsgenie #471

gjethwani opened this issue Apr 16, 2024 · 0 comments

Comments

@gjethwani
Copy link

gjethwani commented Apr 16, 2024

Hi,

We use Terraform to manage our detectors which notify us using Opsgenie. For routing purposes, we would like to add universal tags to all detectors. Something that designates what service this alert is coming from. Can we add support for these tags in the opsgenie_notification string?

I'm happy to contribute this change, but can you confirm what i would have to add to this object to support tags being added to the Opsgenie notification?

case OpsgenieNotificationType:
	n = &notification.OpsgenieNotification{
		Type:          vars[0],
		CredentialId:  vars[1],
		ResponderName: vars[2],
		ResponderId:   vars[3],
		ResponderType: vars[4],
	}
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

No branches or pull requests

1 participant