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
On the website https://prometheus.io/docs/instrumenting/pushing/ the PushGateway Url for Java is wrong. The Pyhton one also just links to the python_client repository
I think it should be something like this: https://github.com/prometheus/client_java/blob/main/simpleclient-archive/simpleclient_pushgateway/src/main/java/io/prometheus/client/exporter/PushGateway.java in the content/docs/instrumenting/pushing.md file
The text was updated successfully, but these errors were encountered:
Fix broken link to Pushgateway documentation for Java client (prometh…
8127e79
…eus#2461) Signed-off-by: Blazej Sewera <[email protected]> Signed-off-by: Blazej Sewera <[email protected]>
Merge pull request #2502 from sewera/fix-broken-pushgateway-java-link
a97e8e5
Fix broken link to Pushgateway documentation for Java client (#2461)
No branches or pull requests
Wrong URLs:
On the website https://prometheus.io/docs/instrumenting/pushing/ the PushGateway Url for Java is wrong.
The Pyhton one also just links to the python_client repository
I think it should be something like this:
https://github.com/prometheus/client_java/blob/main/simpleclient-archive/simpleclient_pushgateway/src/main/java/io/prometheus/client/exporter/PushGateway.java
in the content/docs/instrumenting/pushing.md file
The text was updated successfully, but these errors were encountered: