Capturing Worker Runtime Metrics with Prometheus Reporter in Presto C++
In this blog we will look at the Presto C++ worker’s ability to report worker level metrics through Presto CPP BaseStatsReporter interface and how this interface is implemented and integrated with Prometheus, a time series database. Background on Presto Architecture Presto, an open-source distributed SQL query engine, operates with a coordinator and worker nodes. In this…