prestodb/presto

Add developer documentation for adding new RuntimeStats

Open

#21514 opened on Dec 11, 2023

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Java (15,558 stars) (5,240 forks)batch import
docsfeature requestgood first issue

Description

RuntimeStats were added in 2021 as a way to quickly add new stats to the Presto codebase. It is currently only documented in this GDoc, which is not linked anywhere from the Presto documentation or our getting started guides. We should add this information to the developer documentation so that more people add RuntimeStats and to canonicalize this information.

Contributor guide