Julius Volz
Julius Volz
One thing I'm interested in is how this will affect the printing of PromQL expressions once they have been parsed. It would be sad if the input was: predict_linear(foo[1h], 4h)...
@boyskila Hey :) Nope, all you need to do is say that you are ok with relicensing your Flot changes under MIT :)
Great! No worries, and thanks :)
> This is incorrect, the labels of the target should be prefered. I think we don't document this precedence anywhere explicitly, but SD labels can override other static settings from...
It's an interesting feature request which I never saw requested before, but which doesn't seem too unreasonable either. Such a modifier to aggregators would easily fit into the language model...
@fabxc will know why :)
To better support storing of Prometheus data, it would be important to support not only `NaN` in general, but to be able to store exact bit representations of different `NaN`...
@SuperQ Yeah, I would recommend listing the active goroutines, as we already know it's connected to a goroutine leak. But prefer `debug=2` over `debug=1`, so: `http://localhost:9100/debug/pprof/goroutine?debug=2`
If someone wants to contribute code for it, the most optimal solution to this problem would seem to be to group identically named metrics from different files into a single...
This is true, but it would be even better to make things work automatically even if the user forgot to provide their own HELP strings. Especially since this is not...