public class LegacySolr7JmxValues extends JmxFrameworkValues
Solr7JmxValues
If the config (via system property) -Dnewrelic.config.jmx.enable_iterated_objectname_keys=false is set
(or the equivalent config is used via yaml or environment variables),
this class has to be used instead of Solr7JmxValues for Solr 7+
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PREFIX |
| Constructor and Description |
|---|
LegacySolr7JmxValues() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BaseJmxValue> |
getFrameworkMetrics()
The metrics to add for the framework.
|
java.lang.String |
getPrefix()
The prefix for all of the metrics.
|
getJmxInvokerspublic static final java.lang.String PREFIX
public java.util.List<BaseJmxValue> getFrameworkMetrics()
JmxFrameworkValuesgetFrameworkMetrics in class JmxFrameworkValuespublic java.lang.String getPrefix()
JmxFrameworkValuesgetPrefix in class JmxFrameworkValues