| Package | Description |
|---|---|
| org.apache.solr.metrics |
The
SolrCoreMetricManager is responsible for
collecting metrics from SolrMetricProducer's
and exposing metrics to SolrMetricReporter's. |
| Modifier and Type | Method and Description |
|---|---|
static SolrMetricManager.ResolutionStrategy |
SolrMetricManager.ResolutionStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SolrMetricManager.ResolutionStrategy[] |
SolrMetricManager.ResolutionStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SolrMetricManager.registerAll(String registry,
com.codahale.metrics.MetricSet metrics,
SolrMetricManager.ResolutionStrategy strategy,
String... metricPath)
Register all metrics in the provided
MetricSet, optionally skipping those that
already exist. |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.