Julius Volz

Results 303 comments of Julius Volz

Thanks, and sorry that nobody took a look at the PR! Could you rebase it on top of the latest `main`, where the docs files now live under `docs/...` instead...

No idea what to think yet, although of course I've been thinking about the possibility of a pipeline-style PromQL many times, but yeah the binary operator construct either introduces arbitrarily...

@bwplotka With `metric | rate 5m` you lose the property of each sub-expression evaluating to something proper by itself, unless of course you redefine what a selector is supposed to...

> In the current syntax, that information appears on the left (grouping labels may be on the right), while in the proposed one it would move to the end. Personally,...

> Sounds like we have a solid feedback already, if anyone would like to push this feature forward. Specific proposal would need to be made. I would only want to...

The webhook URL is not a templateable field. Instead the webhook notifier sends all metadata in the request body, as outlined in [https://prometheus.io/docs/alerting/configuration/#](https://prometheus.io/docs/alerting/configuration/#). You can grab the labels from there...

I can reopen this as a feature request, but it started out as a question.

That's what I thought too. Confirmed then...

@prasenforu The reasoning here goes: 1. None of the other notification mechanisms have a templateable URL field. 1. You get all the dynamic information that you need, just not in...

Yes. On Fri, Apr 7, 2017 at 3:34 PM, prasenforu wrote: > Finally able to setup webhook without templating webhook url. > > Thanks all to rethink on this. >...