Skip to content

Commit

Permalink
Merge pull request #2502 from sewera/fix-broken-pushgateway-java-link
Browse files Browse the repository at this point in the history
Fix broken link to Pushgateway documentation for Java client (#2461)
  • Loading branch information
beorn7 authored Aug 20, 2024
2 parents 0a1c3b4 + 8127e79 commit a97e8e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions content/docs/instrumenting/pushing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit a97e8e5

Please sign in to comment.