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

elasticsearch.node.operations.completed

Current running operations
Dimensions:None
Available on:DynatraceDynatrace (2)PrometheusPrometheus (4)DatadogDatadog (11)OpenTelemetryOpenTelemetry (1)

Summary

Tracks total completed operations on a node, including indexing, deletions, updates, and queries. This cumulative counter provides a high-level view of node activity and throughput. Sharp drops indicate node failures or load balancer routing changes, while sustained increases validate that the node is actively processing requests.

Interface Metrics (18)
DynatraceDynatrace
Total get count
Dimensions:None
PrometheusPrometheus
Total get count
Dimensions:None
DatadogDatadog
The total number of get requests from the primary shards where the document was missing.
Dimensions:None
PrometheusPrometheus
Total get missing
Dimensions:None
DatadogDatadog
The total number of get requests on primary shards where the document existed.
Dimensions:None
PrometheusPrometheus
Total get exists operations
Dimensions:None
DynatraceDynatrace
Total get count
Dimensions:None
PrometheusPrometheus
Total get
Dimensions:None
DatadogDatadog
The total number of get requests.
Dimensions:None
DatadogDatadog
The number of get requests currently running.
Dimensions:None
DatadogDatadog
The total number of get requests where the document existed submitted as a count.
Dimensions:None
DatadogDatadog
The total number of get requests where the document was missing submitted as a count.
Dimensions:None
DatadogDatadog
The total number of get requests submitted as a count.
Dimensions:None
OpenTelemetryOpenTelemetry
The number of operations completed by a node.
Dimensions:None
DatadogDatadog
The number of get requests currently running on the primary shards.
Dimensions:None
DatadogDatadog
The total number of get requests from the primary shards.
Dimensions:None
DatadogDatadog
The total number of get requests where the document existed.
Dimensions:None
DatadogDatadog
The total number of get requests where the document was missing.
Dimensions:None
Related Insights (4)
Index Refresh Backpressure Throughput Collapsewarning

Refresh operations make indexed documents searchable by writing in-memory buffer to disk segments. Default 1-second interval creates overhead that scales with indexing rate. When refresh time exceeds interval, indexing throughput collapses and latency spikes.

Bulk Indexing Saturationwarning

Heavy bulk indexing workload causes high CPU utilization, memory pressure, and increased indexing latency, potentially impacting concurrent search performance and cluster stability.

Search Query Latency Degradationwarning

Search operations taking longer than acceptable thresholds (typically >500ms for p95) indicate performance issues from oversized result sets, complex aggregations, inefficient queries, or resource contention.

Translog Accumulation Riskwarning

Transaction log (translog) accumulates uncommitted operations between flushes. Excessive translog size increases recovery time after node failures and can indicate flush problems or configuration issues.