Skip to content

How to propagate correctly tags into Opsgenie #534

Closed Locked Answered by jertel
rschirin asked this question in Q&A
Discussion options

You must be logged in to vote

Looks like a bug on this line:

self.tags[i] = tag.format(**matches[0])

It's formatting the tags on the first alert and saving the newly formatted tags over the top of the original configured tags, instead of saving the formatted tag into a temporary variable. Here's the offending commit: 386708e

It should be a simple fix if you're up for a PR. If you're unable then someone may eventually get to it.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@nsano-rururu
Comment options

@rschirin
Comment options

@jertel
Comment options

Answer selected by rschirin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants