Björn Rabenstein

Results 1096 comments of Björn Rabenstein

It would be great to offer native histogram support, but I would recommend to also support classic histograms in parallel so that scraper that aren't ready for native histograms yet...

I'm not sure if masking the output log is worth it for something that you have just sent over the network in an unencrypted fashion as part of the URL....

Yeah, but it's really not a lot of duplicated code. There are certainly more details that users might want to tweak, and creating more and more complicated versions of `FetchMetricFamilies`...

/cc @bwplotka @kakkoyun

Note that https://github.com/prometheus/client_golang/pull/1151 has paved the road towards auto-initialize vectors that have only constrained labels.

For protobuf, that is. To support pushing in the text format, first the text format has to support native histograms. Which will happen in OpenMetrics, not in the old text...

@jan--f is working on this.

The Prometheus UI issue is https://github.com/prometheus/prometheus/issues/11269 . Currently, the UI just displays the `Histogram.String()` output. PGW can do the same for now. Note that the PGW UI uses its own...

Thank you very much for all the work so far. The representation in the PGW UI is the "machine level" one, not the human-readable one that you can see in...

@vpranckaitis that's a good point. The lookback should be "left-open", too. Maybe it is already. We have to check.