Commit 7600b789 authored by Tobias Schmidt's avatar Tobias Schmidt

Merge pull request #304 from bluecmd/patch-1

Include Python pushgateway in Pushing docs
parents 48a15115 2480eaed
...@@ -13,14 +13,16 @@ time series from these components to an intermediary job which Prometheus can ...@@ -13,14 +13,16 @@ time series from these components to an intermediary job which Prometheus can
scrape. Combined with Prometheus's simple text-based exposition format, this scrape. Combined with Prometheus's simple text-based exposition format, this
makes it easy to instrument even shell scripts without a client library. makes it easy to instrument even shell scripts without a client library.
For more information on using the Pushgateway and use from a Unix shell, see the project's * For more information on using the Pushgateway and use from a Unix shell, see the project's
[README.md](https://github.com/prometheus/pushgateway/blob/master/README.md). [README.md](https://github.com/prometheus/pushgateway/blob/master/README.md).
For use from Java see the * For use from Java see the
[PushGateway](http://prometheus.github.io/client_java/io/prometheus/client/exporter/PushGateway.html) [PushGateway](http://prometheus.github.io/client_java/io/prometheus/client/exporter/PushGateway.html)
class. class.
For use from Go see the [Push](http://godoc.org/github.com/prometheus/client_golang/prometheus#Push) and [PushAdd](http://godoc.org/github.com/prometheus/client_golang/prometheus#PushAdd) functions. * For use from Go see the [Push](http://godoc.org/github.com/prometheus/client_golang/prometheus#Push) and [PushAdd](http://godoc.org/github.com/prometheus/client_golang/prometheus#PushAdd) functions.
* For use from Python see [Exporting to a Pushgateway](https://github.com/prometheus/client_python#exporting-to-a-pushgateway).
## Java batch job example ## Java batch job example
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment