public class MetricsDescriptor extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
MetricsDescriptor.CsvDescriptor |
static class |
MetricsDescriptor.GraphiteDescriptor |
static class |
MetricsDescriptor.JvmInstrumentationDescriptor |
static class |
MetricsDescriptor.Log4jInstrumentationDescriptor |
static class |
MetricsDescriptor.TomcatInstrumentationDescriptor |
Modifier and Type | Field and Description |
---|---|
MetricsDescriptor.CsvDescriptor |
csvReporter |
MetricsDescriptor.GraphiteDescriptor |
graphiteReporter |
protected com.codahale.metrics.JmxReporter |
jmxReporter |
MetricsDescriptor.JvmInstrumentationDescriptor |
jvmInstrumentation |
MetricsDescriptor.Log4jInstrumentationDescriptor |
log4jInstrumentation |
MetricsDescriptor.TomcatInstrumentationDescriptor |
tomcatInstrumentation |
Constructor and Description |
---|
MetricsDescriptor() |
Modifier and Type | Method and Description |
---|---|
void |
disable(com.codahale.metrics.MetricRegistry registry) |
void |
enable(com.codahale.metrics.MetricRegistry registry) |
public MetricsDescriptor.GraphiteDescriptor graphiteReporter
public MetricsDescriptor.CsvDescriptor csvReporter
public MetricsDescriptor.Log4jInstrumentationDescriptor log4jInstrumentation
public MetricsDescriptor.TomcatInstrumentationDescriptor tomcatInstrumentation
public MetricsDescriptor.JvmInstrumentationDescriptor jvmInstrumentation
protected com.codahale.metrics.JmxReporter jmxReporter
public MetricsDescriptor()
Copyright © 2016 Nuxeo SA. All rights reserved.