1
0
mirror of https://github.com/prometheus/docs.git synced 2026-02-05 15:45:27 +01:00

Merge pull request #2502 from sewera/fix-broken-pushgateway-java-link

Fix broken link to Pushgateway documentation for Java client (#2461)
This commit is contained in:
Björn Rabenstein
2024-08-20 16:29:35 +02:00
committed by GitHub

View File

@@ -16,8 +16,7 @@ makes it easy to instrument even shell scripts without a client library.
[README.md](https://github.com/prometheus/pushgateway/blob/master/README.md).
* For use from Java see the
[PushGateway](https://prometheus.github.io/client_java/io/prometheus/client/exporter/PushGateway.html)
class.
[Pushgateway documentation](https://prometheus.github.io/client_java/exporters/pushgateway/).
* For use from Go see the [Push](https://godoc.org/github.com/prometheus/client_golang/prometheus/push#Pusher.Push) and [Add](https://godoc.org/github.com/prometheus/client_golang/prometheus/push#Pusher.Add) methods.