aboutsummaryrefslogtreecommitdiff
path: root/docs/backends/summary.rst
diff options
context:
space:
mode:
authorMichal Matloka <michal.matloka@softwaremill.com>2018-03-02 11:22:31 +0100
committerMichal Matloka <michal.matloka@softwaremill.com>2018-03-02 11:22:31 +0100
commitb8218c95c4836e8dc377c2ec01ec59972b1e5274 (patch)
tree16e262f99a1cf0ece22ed4dffec0112df663e294 /docs/backends/summary.rst
parent61eb81faf583eaafb0aee4620cd2df9ad5833abd (diff)
downloadsttp-b8218c95c4836e8dc377c2ec01ec59972b1e5274.tar.gz
sttp-b8218c95c4836e8dc377c2ec01ec59972b1e5274.tar.bz2
sttp-b8218c95c4836e8dc377c2ec01ec59972b1e5274.zip
Prometheus backend
Diffstat (limited to 'docs/backends/summary.rst')
-rw-r--r--docs/backends/summary.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/backends/summary.rst b/docs/backends/summary.rst
index 9fb9dec..11e9b55 100644
--- a/docs/backends/summary.rst
+++ b/docs/backends/summary.rst
@@ -17,7 +17,7 @@ Below is a summary of all the backends. See the sections on individual backend i
================================ ============================ ================================================
Class Response wrapper Supported stream type
================================ ============================ ================================================
-``HttpURLConnectionBackend`` None (``Id``) n/a
+``HttpURLConnectionBackend`` None (``Id``) n/a
``TryHttpURLConnectionBackend`` ``scala.util.Try`` n/a
``AkkaHttpBackend`` ``scala.concurrent.Future`` ``akka.stream.scaladsl.Source[ByteString, Any]``
``AsyncHttpClientFutureBackend`` ``scala.concurrent.Future`` n/a
@@ -33,4 +33,5 @@ Class Response wrapper Supported stream t
There are also backends which wrap other backends to provide additional functionality. These include:
* ``TryBackend``, which safely wraps any exceptions thrwon by a synchronous backend in ``scala.util.Try``
-* ``BraveBackend``, for Zipkin-compatible distributed tracing. See the :ref:`dedicated section <brave_backend>`. \ No newline at end of file
+* ``BraveBackend``, for Zipkin-compatible distributed tracing. See the :ref:`dedicated section <brave_backend>`.
+* ``PrometheusBackend``, for gathering Prometheus-format metrics. See the :ref:`dedicated section <prometheus_backend>`. \ No newline at end of file