elasticsearch.breaker.tripped
Circuit breaker trip countDimensions:None
Summary
Counts circuit breaker activations that prevent operations from consuming excessive memory. Elasticsearch uses circuit breakers for request processing, field data, in-flight requests, and more. Breaker trips indicate memory pressure and result in request failures. The high-cardinality aggregations insight notes that breaker trips prevent heap exhaustion but cause query failures.
Interface Metrics (4)
Dimensions:None
Dimensions:None
Sources
Technical Annotations (2)
Technical References (2)
SearchContextcomponentcircuit breakercomponentRelated Insights (2)
Circuit Breaker Trips Preventing OOMwarning
Circuit breakers trip to prevent operations that would cause OutOfMemoryError by estimating memory requirements and rejecting requests that exceed configured limits. Frequent trips indicate memory pressure or oversized operations.
▸
Circuit breaker memory accounting fix prevents underreporting in SearchContextwarning
▸