Package | Description |
---|---|
ratpack.codahale.metrics |
Integration with Coda Hale's Metrics Library.
|
Modifier and Type | Method and Description |
---|---|
CodaHaleMetricsModule |
CodaHaleMetricsModule.console()
Enable the reporting of metrics to the Console.
|
CodaHaleMetricsModule |
CodaHaleMetricsModule.csv(File reportDirectory)
Enable the reporting of metrics to a CSV file.
|
CodaHaleMetricsModule |
CodaHaleMetricsModule.healthChecks()
Enables the automatic registering of health checks.
|
CodaHaleMetricsModule |
CodaHaleMetricsModule.jmx()
Enable the reporting of metrics via JMX.
|
CodaHaleMetricsModule |
CodaHaleMetricsModule.jvmMetrics()
Enable the collection of JVM metrics.
|
CodaHaleMetricsModule |
CodaHaleMetricsModule.metrics()
Enables the collection of metrics.
|
CodaHaleMetricsModule |
CodaHaleMetricsModule.websocket()
Enable the reporting of metrics via web sockets.
|