All Products
Search
Document Center

OpenSearch:Table metrics

Last Updated:Apr 01, 2026

The Table Metrics page shows real-time monitoring data for a selected table, organized across four sections: core health, the Query Result Searcher (QRS) worker, the Searcher worker, and data updates.

To open the page, go to the instance details page and choose Metric Monitoring > Table Metrics in the left-side navigation pane. Select a table from the drop-down list and set a time range to scope the data.

Metrics

Core metrics

The Core section shows overall table health.

MetricDescription
DocCountNumber of documents in the table.
QPSNumber of successful queries per second.
ErrorQPSNumber of failed queries per second.
LatencyEnd-to-end time to process a query request.

QRS

The QRS section shows metrics for the Query Result Searcher (QRS) worker, which receives incoming queries, parses them, and formats responses before returning results to the caller.

MetricDescription
EmptyQPSNumber of queries per second that return empty results.
QueryLengthSize of incoming query requests.
ParseQueryLatencyTime the QRS worker spends parsing a query request.
ResultLengthSize of the raw query results before formatting.
ResultCountNumber of documents returned.
ResultFormatLatencyTime the QRS worker spends formatting query results.

Searcher

The Searcher section shows metrics for the Searcher worker, which executes searches against the vector index and returns matching documents to the QRS worker.

MetricDescription
QPSNumber of queries the Searcher worker processes per second.
ProcessLatencyTime the Searcher worker spends processing a query request.
FetchFieldsLatencyTime the Searcher worker spends retrieving the requested return fields.
OutputCountNumber of results the Searcher worker outputs.
RecallRatioRecall ratio of the vector index.
VectorIndexLatencyTime consumed to perform vector indexing.

DataUpdate

The DataUpdate section shows metrics for data updates.

MetricDescription
ProcessedDocSizeTotal size of documents processed.
End2EndLatencyTime consumed for end-to-end data processing.
rtIndexMemoryUseCurrent memory used by the real-time index.
RtIndexMemoryUseRatioRatio of real-time index memory usage to total available memory.