docs: metrics for schema cache and connection pool

This commit is contained in:
steve-chavez
2024-04-23 19:08:37 -05:00
committed by Steve Chavez
parent 357400b2b8
commit 3eff4670f0
2 changed files with 107 additions and 3 deletions
+13
View File
@@ -39,3 +39,16 @@ Ready
-----
In addition, the ``ready`` endpoint checks the state of the :ref:`connection_pool` and the :ref:`schema_cache`. A request will return ``200 OK`` if both are good or ``503`` if not.
.. code-block:: bash
curl -I "http://localhost:3001/ready"
.. code-block:: http
HTTP/1.1 200 OK
Metrics
=======
Provides :ref:`metrics`.