You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Register a blob cache long counter metric for total evicted regions (elastic#131862)
Currently we only track the number of evicted _used_ regions (i.e. freq > 1).
This adds another metric, `es.blob_cache.count_of_evicted_regions.total`, that tracks
the total number of evicted regions, irrespective of frequency.
Copy file name to clipboardExpand all lines: x-pack/plugin/blob-cache/src/test/java/org/elasticsearch/blobcache/shared/SharedBlobCacheServiceTests.java
0 commit comments