Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
35fed3d
docs(native): Add runtime metrics documentation
garimauttam Feb 9, 2026
5fd4f2d
Update metrics.rst
garimauttam Feb 9, 2026
30cc685
Title overline too short
garimauttam Feb 9, 2026
b2f86a6
chore: Trigger CI rebuild to resolve infrastructure issues
garimauttam Feb 9, 2026
5048acf
docs(native): Add runtime metrics documentation
garimauttam Feb 9, 2026
f39ac0e
Update metrics.rst
garimauttam Feb 9, 2026
304f90e
Title overline too short
garimauttam Feb 9, 2026
cf05b5e
chore: Trigger CI rebuild to resolve infrastructure issues
garimauttam Feb 9, 2026
b413fc1
Trigger CI
garimauttam Feb 10, 2026
a435ba2
chore: Trigger CI rebuild
garimauttam Feb 10, 2026
7ae718e
Merge branch 'docs/add-runtime-metrics-documentation' of github.com:g…
garimauttam Feb 10, 2026
189cb37
Merge branch 'prestodb:master' into docs/add-runtime-metrics-document…
garimauttam Feb 11, 2026
a43c32a
docs(native): Add runtime metrics documentation
garimauttam Feb 9, 2026
6b76815
Update metrics.rst
garimauttam Feb 9, 2026
af496a6
Title overline too short
garimauttam Feb 9, 2026
e58f434
chore: Trigger CI rebuild to resolve infrastructure issues
garimauttam Feb 9, 2026
daca6da
Trigger CI
garimauttam Feb 10, 2026
c758c6f
chore: Trigger CI rebuild
garimauttam Feb 10, 2026
f1cb7f4
chore: Trigger CI rebuild to resolve infrastructure issues
garimauttam Feb 9, 2026
838968d
Merge branch 'docs/add-runtime-metrics-documentation' of github.com:g…
garimauttam Feb 11, 2026
1606534
fixed formatting issues
garimauttam Feb 12, 2026
99fb51a
formatting issue
garimauttam Feb 12, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions presto-docs/src/main/sphinx/presto-cpp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Note: Presto C++ is in active development. See :doc:`Limitations </presto_cpp/li
presto_cpp/plugin
presto_cpp/properties
presto_cpp/properties-session
presto_cpp/metrics

Overview
========
Expand Down
2 changes: 2 additions & 0 deletions presto-docs/src/main/sphinx/presto_cpp/features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -395,3 +395,5 @@ Users can enable collection of worker level metrics by setting the property:

When enabled and Presto C++ workers interact with the S3 filesystem, additional runtime metrics are collected.
For a detailed list of these metrics, see `S3 FileSystem <https://facebookincubator.github.io/velox/monitoring/metrics.html#s3-filesystem>`_.

For comprehensive documentation of all available runtime metrics, see :doc:`metrics`.
Loading
Loading