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

elasticsearch.index.operations.completed

Completed index operations
Dimensions:None
Available on:DatadogDatadog (19)PrometheusPrometheus (10)DynatraceDynatrace (11)OpenTelemetryOpenTelemetry (1)

Summary

Tracks total completed operations at the index level, including document indexing, updates, and deletions. This cumulative counter provides index-level throughput visibility. Comparing operation counts across indices reveals hot indices and helps validate that write traffic is distributed as expected across time-based indices or routing schemes.

Interface Metrics (41)
DatadogDatadog
The total number of documents indexed to an index submitted as a count.
Dimensions:None
PrometheusPrometheus
Indexing throttling
Dimensions:None
DynatraceDynatrace
Total indexing count
Dimensions:None
DynatraceDynatrace
Delete time in seconds
Dimensions:None
DatadogDatadog
The number of failed indexing operations submitted as a count [v2.1+].
Dimensions:None
PrometheusPrometheus
Write load for indexing operations
Dimensions:None
DynatraceDynatrace
Count of documents currently being indexed
Dimensions:None
PrometheusPrometheus
The number of documents currently being indexed to an index
Dimensions:None
DatadogDatadog
The number of documents currently being indexed to an index on the primary shards.
Dimensions:None
PrometheusPrometheus
The number of documents currently being deleted from an index
Dimensions:None
PrometheusPrometheus
Cumulative indexing throttling time
Dimensions:None
DynatraceDynatrace
Total indexing no-op count
Dimensions:None
PrometheusPrometheus
Total indexing no-op update count
Dimensions:None
DynatraceDynatrace
Indexing throttle time in seconds
Dimensions:None
PrometheusPrometheus
Total indexing throttle time in seconds
Dimensions:None
DatadogDatadog
The total time indexing waited due to throttling submitted as a count [v1.4.0+].
Dimensions:None
DatadogDatadog
The total time spent deleting documents from an index on the primary shards.
Dimensions:None
PrometheusPrometheus
Total time indexing delete in seconds
Dimensions:None
DynatraceDynatrace
Indexing time in seconds
Dimensions:None
DynatraceDynatrace
Total delete count
Dimensions:None
PrometheusPrometheus
Total indexing delete count
Dimensions:None
DatadogDatadog
The total number of documents deleted from an index on the primary shards.
Dimensions:None
PrometheusPrometheus
Total indexing deletes
Dimensions:None
OpenTelemetryOpenTelemetry
The number of operations completed for an index.
Dimensions:None
DatadogDatadog
The total time spent deleting documents from an index submitted as a count.
Dimensions:None
DatadogDatadog
The total number of documents deleted from an index submitted as a count.
Dimensions:None
DynatraceDynatrace
Total delete count
Dimensions:None
DynatraceDynatrace
Indexing time in seconds
Dimensions:None
DatadogDatadog
The number of documents currently being indexed to an index.
Dimensions:None
DatadogDatadog
The number of documents currently being deleted from an index.
Dimensions:None
DatadogDatadog
The total time spent deleting documents from an index.
Dimensions:None
DatadogDatadog
The total number of documents deleted from an index.
Dimensions:None
DatadogDatadog
The total time spent indexing documents to an index.
Dimensions:None
DatadogDatadog
The total number of documents indexed to an index.
Dimensions:None
DatadogDatadog
The number of failed indexing operations [v2.1+].
Dimensions:None
DatadogDatadog
The total time indexing waited due to throttling [v1.4.0+].
Dimensions:None
DatadogDatadog
The number of documents currently being deleted from an index on the primary shards.
Dimensions:None
DatadogDatadog
The total time spent indexing documents to an index on the primary shards.
Dimensions:None
DatadogDatadog
The total number of documents indexed to an index on the primary shards.
Dimensions:None
DynatraceDynatrace
Delete time in seconds
Dimensions:None
DynatraceDynatrace
Total indexing count
Dimensions:None
Related Insights (1)
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.