aboutsummaryrefslogtreecommitdiff
path: root/docs/backends/prometheus.rst
diff options
context:
space:
mode:
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 00ae2f3..20bf7f9 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.10"
+ "com.softwaremill.sttp" %% "prometheus-backend" % "1.1.11"
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>`_.