Technologies/Elasticsearch/elasticsearch.node.operations.get.completed
ElasticsearchElasticsearchMetric

elasticsearch.node.operations.get.completed

Get operations completed
Dimensions:None
Available on:OpenTelemetryOpenTelemetry (1)

Summary

Tracks the total number of completed get operations on a node, measuring document retrieval by ID. Get operations are direct lookups that bypass query processing. High completion rates indicate ID-based access patterns, while comparing completed operations against current operations helps assess get operation latency and identifies potential throughput bottlenecks in the document retrieval path.

Interface Metrics (1)
OpenTelemetryOpenTelemetry
The number of hits and misses resulting from GET operations.
Dimensions:None
Related Insights (1)
Document GET Operation Latencyinfo

High latency for document GET operations indicates potential issues with routing, shard location, or storage performance when retrieving specific documents by ID.