Uses of Class
ratpack.dropwizard.metrics.GraphiteConfig
-
Packages that use GraphiteConfig Package Description ratpack.dropwizard.metrics Integration with Dropwizard Metrics Library. -
-
Uses of GraphiteConfig in ratpack.dropwizard.metrics
Methods in ratpack.dropwizard.metrics that return GraphiteConfig Modifier and Type Method Description GraphiteConfigGraphiteConfig. disable()Disable the Graphite publisher.GraphiteConfigGraphiteConfig. durationUnit(java.util.concurrent.TimeUnit durationUnit)Convert durations to the given time unit.GraphiteConfigGraphiteConfig. enable()Enable the Graphite publisher.GraphiteConfigGraphiteConfig. prefix(java.lang.String prefix)Prefix all metric names with the given string.GraphiteConfigGraphiteConfig. rateUnit(java.util.concurrent.TimeUnit rateUnit)Convert rates to the given time unit.GraphiteConfigGraphiteConfig. sender(com.codahale.metrics.graphite.GraphiteSender sender)Configure theGraphiteSenderinstance.Methods in ratpack.dropwizard.metrics that return types with arguments of type GraphiteConfig Modifier and Type Method Description java.util.Optional<GraphiteConfig>DropwizardMetricsConfig. getGraphite()Get the settings for the Graphite metrics publisher.Method parameters in ratpack.dropwizard.metrics with type arguments of type GraphiteConfig Modifier and Type Method Description DropwizardMetricsConfigDropwizardMetricsConfig. graphite(Action<? super GraphiteConfig> configure)Configure the Graphite metrics publisher.
-