Skip to content

Commit

Permalink
[Native] Prestissimo worker metrics documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
karteekmurthys committed Jul 1, 2024
1 parent dcb4ed5 commit e2eac4a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions presto-docs/src/main/sphinx/presto_cpp/properties.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,15 @@ The configuration properties of Presto C++ workers are described here, in alphab

The exceeding capacity must allocate from the non-reserved query memory.

``runtime-metrics-collection-enabled``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* **Type:** ``boolean``
* **Default value:** ``false``

Enables collection of worker level metrics. If the Prestissimo server was compiled with
PRESTO_ENABLE_PROMETHEUS_REPORTER set to ON, the server exposes an endpoint ``/v1/info/metrics`` to collect
metrics in prometheus format.

``system-memory-gb``
^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit e2eac4a

Please sign in to comment.