aboutsummaryrefslogtreecommitdiff
path: root/docs/backends/prometheus.rst
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2018-04-24 11:36:39 +0200
committeradamw <adam@warski.org>2018-04-24 11:36:39 +0200
commit82a3285fde0abd482d7c8771f6631afed55e4aa8 (patch)
treef8a61a70cef7ccba89c46efbb9c5272362e13660 /docs/backends/prometheus.rst
parentba3879e9ce1a5fcaddec311daff4af73802c2c9a (diff)
downloadsttp-82a3285fde0abd482d7c8771f6631afed55e4aa8.tar.gz
sttp-82a3285fde0abd482d7c8771f6631afed55e4aa8.tar.bz2
sttp-82a3285fde0abd482d7c8771f6631afed55e4aa8.zip
Setting version to 1.1.13v1.1.13
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 1b9da5a..1ddbef8 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.12"
+ "com.softwaremill.sttp" %% "prometheus-backend" % "1.1.13"
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>`_.