public class Metrics extends SolrCacheBase implements SolrInfoBean, SolrMetricProducer
SolrInfoBean
that provides metrics on block cache operations.SolrCacheBase.AutoWarmCountRef
SolrInfoBean.Category, SolrInfoBean.Group
Modifier and Type | Field and Description |
---|---|
AtomicLong |
blockCacheEviction |
AtomicLong |
blockCacheHit |
AtomicLong |
blockCacheMiss |
AtomicLong |
blockCacheSize |
AtomicLong |
blockCacheStoreFail |
AtomicLong |
blockCacheStoreFail_last |
AtomicLong |
shardBuffercacheAllocate |
AtomicLong |
shardBuffercacheLost |
autowarm, regenerator
Constructor and Description |
---|
Metrics() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Simple one or two line description
|
Set<String> |
getMetricNames()
Modifiable set of metric names that this component reports (default is null,
which means none).
|
com.codahale.metrics.MetricRegistry |
getMetricRegistry()
An instance of
MetricRegistry that this component uses for metrics reporting
(default is null, which means no registry). |
String |
getName()
Simple common usage name, e.g.
|
void |
initializeMetrics(SolrMetricManager manager,
String registryName,
String scope)
Initializes metrics specific to this producer
|
calcHitRatio, getAutowarmDescription, getCategory, getState, getVersion, init, isAutowarmingOn, name, setState
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCategory, getMetricsSnapshot, registerMetricName
public AtomicLong blockCacheSize
public AtomicLong blockCacheHit
public AtomicLong blockCacheMiss
public AtomicLong blockCacheEviction
public AtomicLong blockCacheStoreFail
public AtomicLong blockCacheStoreFail_last
public AtomicLong shardBuffercacheAllocate
public AtomicLong shardBuffercacheLost
public void initializeMetrics(SolrMetricManager manager, String registryName, String scope)
SolrMetricProducer
initializeMetrics
in interface SolrMetricProducer
manager
- an instance of SolrMetricManager
registryName
- registry name where metrics are registeredscope
- scope of the metrics (eg. handler name) to separate metrics of
instances of the same component executing in different contextspublic String getName()
SolrInfoBean
getName
in interface SolrInfoBean
public String getDescription()
SolrInfoBean
getDescription
in interface SolrInfoBean
public Set<String> getMetricNames()
SolrInfoBean
SolrInfoBean.registerMetricName(String)
to capture what metrics names are reported from this component.
NOTE: this set has to allow iteration under modifications.
getMetricNames
in interface SolrInfoBean
public com.codahale.metrics.MetricRegistry getMetricRegistry()
SolrInfoBean
MetricRegistry
that this component uses for metrics reporting
(default is null, which means no registry).getMetricRegistry
in interface SolrInfoBean
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.