Alin Sinpalean
Alin Sinpalean
I'm sorry to be a PITA (and I've never used Helm), but are you saying that Helm can't deploy any file that contains `.Status` and `.Alerts` without processing it first?...
> Essentially you can't template within a template. Helm is entirely based off of Go templating, just how the template configuration for jiralert is. The simple workaround for that is...
Wow, impressive problem solving skills. (o: Yeah, the labels should be cumulative, but I guess any label you set via `fields.labels` will overwrite the `ALERT` label used by JIRAlert to...
You are correct, JIRAlert is [setting the `retry` flag](https://github.com/prometheus-community/jiralert/blob/7a1b0b33f457efc9b7f8b4d36bb031b7fe0f68dc/pkg/notify/notify.go#L241) to true if Jira's response code is 500 or 503, false otherwise. Then, if the `retry` flag is true [JIRAlert responds](https://github.com/prometheus-community/jiralert/blob/7a1b0b33f457efc9b7f8b4d36bb031b7fe0f68dc/cmd/jiralert/main.go#L99)...
I have only used it with JIRA Cloud, so it does work. I am not an admin however, so I don't know how authentication is set up and if e.g....
> Is my ERROR a 401 Unauthorized problem with the User and PW or a 500 ERROR? Per the log message, it appears that the error JIRA Cloud returns to...
The `groupLabels="unsupported value type"` could simply be due to [`logfmt`](https://godoc.org/gopkg.in/go-logfmt/logfmt.v0) (which JIRAlert uses for logging) being unable to log a `map[string]string` (which is what `groupLabels` is) in a structured log....
I'm sorry to hear you don't have the time to look into this, even at a high level. I am not sure that a wider audience is what's needed here,...
I gave the prometheus-developers mailing list a try, but [the thread I created there](https://groups.google.com/forum/#!topic/prometheus-developers/B_CMEp40PHE) started marking all new posts as spam (mine and at least one other poster's, even though...
Thanks for the heads-up, @roidelapluie. #1227 might fix this, AFAICT, at least to some extent. It wouldn't be the best solution, though: low evaluation resolution will underestimate counter resets (as...