aboutsummaryrefslogtreecommitdiff
path: root/docs/backends/prometheus.rst
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2018-03-08 16:07:42 -0600
committeradamw <adam@warski.org>2018-03-08 16:07:42 -0600
commit67f033b55088a7c76f088d4da241feae382c29e0 (patch)
tree15739b05d1cf028f8bd8acedf70a84048d978915 /docs/backends/prometheus.rst
parentf5bac56b61296292bfea8f56ce3fde2b856d3502 (diff)
downloadsttp-67f033b55088a7c76f088d4da241feae382c29e0.tar.gz
sttp-67f033b55088a7c76f088d4da241feae382c29e0.tar.bz2
sttp-67f033b55088a7c76f088d4da241feae382c29e0.zip
Setting version to 1.1.9v1.1.9
Diffstat (limited to 'docs/backends/prometheus.rst')
-rw-r--r--docs/backends/prometheus.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/backends/prometheus.rst b/docs/backends/prometheus.rst
index 96b7232..bb4004d 100644
--- a/docs/backends/prometheus.rst
+++ b/docs/backends/prometheus.rst
@@ -5,7 +5,7 @@ Prometheus backend
To use, add the following dependency to your project::
- "com.softwaremill.sttp" %% "prometheus-backend" % "1.1.8"
+ "com.softwaremill.sttp" %% "prometheus-backend" % "1.1.9"
This backend depends on `Prometheus JVM Client <https://github.com/prometheus/client_java>`_. Keep in mind this backend registers histograms and gathers request times, but you have to expose those metrics to `Prometheus <https://prometheus.io/>`_ e.g. using `prometheus-akka-http <https://github.com/lonelyplanet/prometheus-akka-http>`_.