Fabian Stäber
Fabian Stäber
Thanks a lot, and sorry for the long delay.
Thanks a lot for working on SSL support. Just a quick status update from a maintainer: My current priority is on a new data model for `client_java` which supports Prometheus...
Hi @dhoard, thanks for your work on this. I didn't look at the code yet, but looking at the config sample, I see a difference between yours and the one...
Thanks a lot for the reminder and for the PR, it's merged now.
> Do we have plan to add this support? Yes. The upcoming 1.0.0 release (pre-releases are available, see [Github releases](https://github.com/prometheus/client_java/releases)) ships with a completely new implementation of the underlying data...
Btw if you are looking for examples of how to create custom snapshots, the `ExpositionFormatsTest` is a great source. Here's an example of creating a counter snapshot with an explicit...
I'm happy to implement this after #6015 is merged, it should be straightforward. I'm wondering: The Prometheus `client_java` library had the same issue, and with the 1.x release we changed...
Related: The upstream `HTTPServer` from the Prometheus Java client can be configured with an `Authenticator`, so if #6015 gets merged this could be implemented deferring to upstream API.
Just FYI: I started working on a PR for #5940, and that will replace the `Serializer` class. I'm confident I can get the PR done next week.
Quick update: If #6015 gets merged this code will be moved to `Otel2PrometheusConverter.convertAttributes()`. Still the same issue though, #6015 also calls `value.toString()`.