Package | Description |
---|---|
ratpack.codahale.metrics |
Integration with Coda Hale's Metrics Library.
|
Modifier and Type | Method and Description |
---|---|
Graphite |
Graphite.disable()
Disable the Graphite publisher.
|
Graphite |
Graphite.durationUnit(TimeUnit durationUnit)
Convert durations to the given time unit.
|
Graphite |
Graphite.enable()
Enable the Graphite publisher.
|
Graphite |
Graphite.excludeFilter(String excludeFilter)
Do not report metrics which match the given filter.
|
Graphite |
Graphite.includeFilter(String includeFilter)
Only report metrics which match the given filter.
|
Graphite |
Graphite.prefix(String prefix)
Prefix all metric names with the given string.
|
Graphite |
Graphite.rateUnit(TimeUnit rateUnit)
Convert rates to the given time unit.
|
Graphite |
Graphite.reporterInterval(Duration reporterInterval)
Configure the interval between broadcasts.
|
Graphite |
Graphite.sender(com.codahale.metrics.graphite.GraphiteSender sender)
Configure the
GraphiteSender instance. |
Modifier and Type | Method and Description |
---|---|
Optional<Graphite> |
CodaHaleMetricsModule.Config.getGraphite()
Get the settings for the Graphite metrics publisher.
|
Modifier and Type | Method and Description |
---|---|
CodaHaleMetricsModule.Config |
CodaHaleMetricsModule.Config.graphite(Action<? super Graphite> configure)
Configure the Graphite metrics publisher.
|