Skip navigation links
B C D E G H I J L M P R S W 

B

BlockingExecTimingInterceptor - Interface in ratpack.dropwizard.metrics
 
blockingTimingMetrics(boolean) - Method in class ratpack.dropwizard.metrics.DropwizardMetricsConfig
The state of blocking timing metrics reporting.

C

configure() - Method in class ratpack.dropwizard.metrics.DropwizardMetricsModule
 
console() - Method in class ratpack.dropwizard.metrics.DropwizardMetricsConfig
 
console(Action<? super ConsoleConfig>) - Method in class ratpack.dropwizard.metrics.DropwizardMetricsConfig
Configure the console metrics publisher.
ConsoleConfig - Class in ratpack.dropwizard.metrics
 
ConsoleConfig() - Constructor for class ratpack.dropwizard.metrics.ConsoleConfig
 
csv(Action<? super CsvConfig>) - Method in class ratpack.dropwizard.metrics.DropwizardMetricsConfig
Configure the csv metrics publisher.
CsvConfig - Class in ratpack.dropwizard.metrics
 
CsvConfig() - Constructor for class ratpack.dropwizard.metrics.CsvConfig
 

D

DEFAULT_INTERVAL - Static variable in class ratpack.dropwizard.metrics.DropwizardMetricsConfig
 
disable() - Method in class ratpack.dropwizard.metrics.GraphiteConfig
Disable the Graphite publisher.
DropwizardMetricsConfig - Class in ratpack.dropwizard.metrics
The configuration object for DropwizardMetricsModule.
DropwizardMetricsConfig() - Constructor for class ratpack.dropwizard.metrics.DropwizardMetricsConfig
 
DropwizardMetricsModule - Class in ratpack.dropwizard.metrics
An extension module that provides support for Dropwizard Metrics.
DropwizardMetricsModule() - Constructor for class ratpack.dropwizard.metrics.DropwizardMetricsModule
 
durationUnit(TimeUnit) - Method in class ratpack.dropwizard.metrics.GraphiteConfig
Convert durations to the given time unit.
durationUnit(TimeUnit) - Method in class ratpack.dropwizard.metrics.Slf4jConfig
Convert durations to the given time unit.

E

enable(boolean) - Method in class ratpack.dropwizard.metrics.ConsoleConfig
Set the state of the Console publisher.
enable(boolean) - Method in class ratpack.dropwizard.metrics.CsvConfig
Set the state of the CSV publisher.
enable() - Method in class ratpack.dropwizard.metrics.GraphiteConfig
Enable the Graphite publisher.
enable(boolean) - Method in class ratpack.dropwizard.metrics.JmxConfig
Set the state of the JMX publisher.
enable(boolean) - Method in class ratpack.dropwizard.metrics.Slf4jConfig
Set the state of the Slf4j publisher.
excludeFilter(String) - Method in class ratpack.dropwizard.metrics.ReporterConfigSupport
Set the exclude metric filter expression of the reporter.

G

getConsole() - Method in class ratpack.dropwizard.metrics.DropwizardMetricsConfig
Get the settings for the console metrics publisher.
getCsv() - Method in class ratpack.dropwizard.metrics.DropwizardMetricsConfig
Get the settings for the csv metrics publisher.
getDurationUnit() - Method in class ratpack.dropwizard.metrics.GraphiteConfig
The state of duration conversion.
getDurationUnit() - Method in class ratpack.dropwizard.metrics.Slf4jConfig
The state of the duration time unit.
getExcludeFilter() - Method in class ratpack.dropwizard.metrics.ReporterConfigSupport
The exclude metric filter expression of the reporter.
getGraphite() - Method in class ratpack.dropwizard.metrics.DropwizardMetricsConfig
Get the settings for the Graphite metrics publisher.
getIncludeFilter() - Method in class ratpack.dropwizard.metrics.ReporterConfigSupport
The include metric filter expression of the reporter.
getJmx() - Method in class ratpack.dropwizard.metrics.DropwizardMetricsConfig
Get the settings for the JMX metrics publisher.
getLogger() - Method in class ratpack.dropwizard.metrics.Slf4jConfig
The state of the logger.
getLogLevel() - Method in class ratpack.dropwizard.metrics.Slf4jConfig
The state of the logging level.
getMarker() - Method in class ratpack.dropwizard.metrics.Slf4jConfig
The state of the marker.
getPrefix() - Method in class ratpack.dropwizard.metrics.GraphiteConfig
The state of the metric name prefix.
getPrefix() - Method in class ratpack.dropwizard.metrics.Slf4jConfig
The logger prefix.
getRateUnit() - Method in class ratpack.dropwizard.metrics.GraphiteConfig
The state of rate conversion.
getRateUnit() - Method in class ratpack.dropwizard.metrics.Slf4jConfig
The state of the rate time unit.
getReportDirectory() - Method in class ratpack.dropwizard.metrics.CsvConfig
The directory to output CSV metrics reports to.
getReporterInterval() - Method in class ratpack.dropwizard.metrics.ScheduledReporterConfigSupport
The interval between metrics reports.
getRequestMetricGroups() - Method in class ratpack.dropwizard.metrics.DropwizardMetricsConfig
A map of regular expressions used to group request metrics.
getSender() - Method in class ratpack.dropwizard.metrics.GraphiteConfig
The GraphiteSender instance.
getSlf4j() - Method in class ratpack.dropwizard.metrics.DropwizardMetricsConfig
Get the settings for the Slf4j Logger metrics publisher.
getWebSocket() - Method in class ratpack.dropwizard.metrics.DropwizardMetricsConfig
Get the settings for the websockets metrics broadcaster.
graphite(Action<? super GraphiteConfig>) - Method in class ratpack.dropwizard.metrics.DropwizardMetricsConfig
Configure the Graphite metrics publisher.
GraphiteConfig - Class in ratpack.dropwizard.metrics
A Configuration implementation to setup GraphiteReporter instances.
GraphiteConfig() - Constructor for class ratpack.dropwizard.metrics.GraphiteConfig
 

H

handle(Context) - Method in class ratpack.dropwizard.metrics.MetricsWebsocketBroadcastHandler
 

I

includeFilter(String) - Method in class ratpack.dropwizard.metrics.ReporterConfigSupport
Set the include metric filter of the reporter.
isBlockingTimingMetrics() - Method in class ratpack.dropwizard.metrics.DropwizardMetricsConfig
The state of blocking timing metrics.
isEnabled() - Method in class ratpack.dropwizard.metrics.ConsoleConfig
The state of the Console publisher.
isEnabled() - Method in class ratpack.dropwizard.metrics.CsvConfig
The state of the CSV publisher.
isEnabled() - Method in class ratpack.dropwizard.metrics.GraphiteConfig
The state of the Graphite publisher.
isEnabled() - Method in class ratpack.dropwizard.metrics.JmxConfig
The state of the JMX publisher.
isEnabled() - Method in class ratpack.dropwizard.metrics.Slf4jConfig
The state of the Slf4j publisher.
isJvmMetrics() - Method in class ratpack.dropwizard.metrics.DropwizardMetricsConfig
The state of jvm metrics collection.
isRequestTimingMetrics() - Method in class ratpack.dropwizard.metrics.DropwizardMetricsConfig
The state of request timing metrics.

J

jmx() - Method in class ratpack.dropwizard.metrics.DropwizardMetricsConfig
 
jmx(Action<? super JmxConfig>) - Method in class ratpack.dropwizard.metrics.DropwizardMetricsConfig
Configure the JMX metrics publisher.
JmxConfig - Class in ratpack.dropwizard.metrics
 
JmxConfig() - Constructor for class ratpack.dropwizard.metrics.JmxConfig
 
jvmMetrics(boolean) - Method in class ratpack.dropwizard.metrics.DropwizardMetricsConfig
The state of JVM metrics reporting.

L

logger(Logger) - Method in class ratpack.dropwizard.metrics.Slf4jConfig
Log metrics to the given logger.
logLevel(Slf4jReporter.LoggingLevel) - Method in class ratpack.dropwizard.metrics.Slf4jConfig
Use Logging Level when reporting.

M

marker(Marker) - Method in class ratpack.dropwizard.metrics.Slf4jConfig
Mark all logged metrics with the given marker.
MetricsWebsocketBroadcastHandler - Class in ratpack.dropwizard.metrics
A Handler that broadcasts metric reports via web sockets.
MetricsWebsocketBroadcastHandler() - Constructor for class ratpack.dropwizard.metrics.MetricsWebsocketBroadcastHandler
 

P

prefix(String) - Method in class ratpack.dropwizard.metrics.GraphiteConfig
Prefix all metric names with the given string.
prefix(String) - Method in class ratpack.dropwizard.metrics.Slf4jConfig
Prefix all metric names with the given string.

R

rateUnit(TimeUnit) - Method in class ratpack.dropwizard.metrics.GraphiteConfig
Convert rates to the given time unit.
rateUnit(TimeUnit) - Method in class ratpack.dropwizard.metrics.Slf4jConfig
Convert rates to the given time unit.
ratpack.dropwizard.metrics - package ratpack.dropwizard.metrics
Integration with Dropwizard Metrics Library.
RATPACK_METRIC_REGISTRY - Static variable in class ratpack.dropwizard.metrics.DropwizardMetricsModule
 
reportDirectory(File) - Method in class ratpack.dropwizard.metrics.CsvConfig
Configure the output directory for csv metrics reports.
ReporterConfigSupport<T extends ReporterConfigSupport<T>> - Class in ratpack.dropwizard.metrics
A common base for reporter config classes.
ReporterConfigSupport() - Constructor for class ratpack.dropwizard.metrics.ReporterConfigSupport
 
reporterInterval(Duration) - Method in class ratpack.dropwizard.metrics.ScheduledReporterConfigSupport
Configure the interval between metrics reports.
requestMetricGroups(Map<String, String>) - Method in class ratpack.dropwizard.metrics.DropwizardMetricsConfig
Configure the request metric groups.
RequestTimingHandler - Interface in ratpack.dropwizard.metrics
 
requestTimingMetrics(boolean) - Method in class ratpack.dropwizard.metrics.DropwizardMetricsConfig
The state of request timing metrics reporting.

S

ScheduledReporterConfigSupport<T extends ReporterConfigSupport<T>> - Class in ratpack.dropwizard.metrics
A common base for scheduled reporter config classes.
ScheduledReporterConfigSupport() - Constructor for class ratpack.dropwizard.metrics.ScheduledReporterConfigSupport
 
sender(GraphiteSender) - Method in class ratpack.dropwizard.metrics.GraphiteConfig
Configure the GraphiteSender instance.
slf4j() - Method in class ratpack.dropwizard.metrics.DropwizardMetricsConfig
 
slf4j(Action<? super Slf4jConfig>) - Method in class ratpack.dropwizard.metrics.DropwizardMetricsConfig
Configure the Slf4j logger metrics publisher.
Slf4jConfig - Class in ratpack.dropwizard.metrics
 
Slf4jConfig() - Constructor for class ratpack.dropwizard.metrics.Slf4jConfig
 

W

webSocket() - Method in class ratpack.dropwizard.metrics.DropwizardMetricsConfig
 
webSocket(Action<? super WebsocketConfig>) - Method in class ratpack.dropwizard.metrics.DropwizardMetricsConfig
Configure the websockets metrics broadcaster.
WebsocketConfig - Class in ratpack.dropwizard.metrics
 
WebsocketConfig() - Constructor for class ratpack.dropwizard.metrics.WebsocketConfig
 
B C D E G H I J L M P R S W 
Skip navigation links