elasticsearch.node.operations.get.completed
Get operations completedDimensions:None
Available on:
OpenTelemetry (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)
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.
▸