aboutsummaryrefslogtreecommitdiff
path: root/docs/backends/prometheus.rst
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2018-03-04 16:02:56 +0100
committeradamw <adam@warski.org>2018-03-04 16:02:56 +0100
commit69917f58cdc6455685d85fdf583b4476c2dbaae2 (patch)
tree1ac3b9eb9bed6be956609e5ffc55fd7e9a49bc4f /docs/backends/prometheus.rst
parenta1c0e8d07ac397a08b57e330643c4e8eac72643c (diff)
downloadsttp-69917f58cdc6455685d85fdf583b4476c2dbaae2.tar.gz
sttp-69917f58cdc6455685d85fdf583b4476c2dbaae2.tar.bz2
sttp-69917f58cdc6455685d85fdf583b4476c2dbaae2.zip
Setting version to 1.1.7v1.1.7
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 9de7886..5d0e7c0 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.6"
+ "com.softwaremill.sttp" %% "prometheus-backend" % "1.1.7"
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>`_.