Package restx.monitor
Class MetricsConfiguration
java.lang.Object
restx.monitor.MetricsConfiguration
- All Implemented Interfaces:
AutoStartable
Date: 17/11/13
Time: 00:25
-
Constructor Summary
ConstructorsConstructorDescriptionMetricsConfiguration(restx.common.metrics.api.MetricRegistry metricRegistry, restx.common.metrics.api.health.HealthCheckRegistry healthCheckRegistry, GraphiteSettings graphiteSettings, AppSettings appSettings) -
Method Summary
-
Constructor Details
-
MetricsConfiguration
public MetricsConfiguration(restx.common.metrics.api.MetricRegistry metricRegistry, restx.common.metrics.api.health.HealthCheckRegistry healthCheckRegistry, GraphiteSettings graphiteSettings, AppSettings appSettings)
-
-
Method Details
-
start
public void start()- Specified by:
startin interfaceAutoStartable
-
setupReporters
protected void setupReporters() -
setupJmxReporter
protected void setupJmxReporter() -
setupGraphiteReporter
protected void setupGraphiteReporter()
-