Class IndicesMetrics

All Implemented Interfaces:
Closeable, AutoCloseable, LifecycleComponent, Releasable

public class IndicesMetrics extends AbstractLifecycleComponent
IndicesMetrics monitors index statistics on an Elasticsearch node and exposes them as metrics through the provided MeterRegistry. It tracks the current total number of indices, document count, and store size (in bytes) for each index mode.