public interface MonitoringManager
Modifier and Type | Method and Description |
---|---|
Set<Object> |
getApplicationSingletons()
Used by application to get singletons for Jersey.
|
com.codahale.metrics.health.HealthCheckRegistry |
getHealthCheckRegistry() |
com.codahale.metrics.MetricRegistry |
getMetricRegistry() |
void |
init()
Initializes metrics.
|
com.codahale.metrics.Counter |
newCounter(Class clazz,
String name)
Creates new counter.
|
com.codahale.metrics.Timer |
newTimer(Class clazz,
String name)
Creates new timer.
|
Set<Object> getApplicationSingletons()
com.codahale.metrics.health.HealthCheckRegistry getHealthCheckRegistry()
com.codahale.metrics.MetricRegistry getMetricRegistry()
void init()
Copyright © 2011-2018 restSQL Project Contributors