We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spring Boot documentation:
https://docs.spring.io/spring-boot/reference/actuator/metrics.html#actuator.metrics.export.prometheus
indicates that Prometheus Pushgateway is only possible with the now deprecated simpleclient library.
While this was true in the early releases of the "go forward" Prometheus client library, pushgateway support was introduced in the 1.3.0 release:
https://github.com/prometheus/client_java/releases/tag/v1.3.0
An update of the documentation would be therefore beneficial, as this might have been forgotten.
Additionally, simpleclient dependency still seems to exist in springboot internals ...
The text was updated successfully, but these errors were encountered:
this might be a duplicate of #44392 - if so, sorry, only found out now.
funny how for such an old issue, suddenly two people notice and raise it just a few days apart.
Sorry, something went wrong.
Yeah, this is a duplicate of #44392.
No branches or pull requests
Spring Boot documentation:
https://docs.spring.io/spring-boot/reference/actuator/metrics.html#actuator.metrics.export.prometheus
indicates that Prometheus Pushgateway is only possible with the now deprecated simpleclient library.
While this was true in the early releases of the "go forward" Prometheus client library, pushgateway support was introduced in the 1.3.0 release:
https://github.com/prometheus/client_java/releases/tag/v1.3.0
An update of the documentation would be therefore beneficial, as this might have been forgotten.
Additionally, simpleclient dependency still seems to exist in springboot internals ...
The text was updated successfully, but these errors were encountered: