Uses of Class
ratpack.dropwizard.metrics.Slf4jConfig
-
Packages that use Slf4jConfig Package Description ratpack.dropwizard.metrics Integration with Dropwizard Metrics Library. -
-
Uses of Slf4jConfig in ratpack.dropwizard.metrics
Methods in ratpack.dropwizard.metrics that return Slf4jConfig Modifier and Type Method Description Slf4jConfig
Slf4jConfig. durationUnit(TimeUnit durationUnit)
Convert durations to the given time unit.Slf4jConfig
Slf4jConfig. logger(org.slf4j.Logger logger)
Log metrics to the given logger.Slf4jConfig
Slf4jConfig. logLevel(com.codahale.metrics.Slf4jReporter.LoggingLevel logLevel)
Use Logging Level when reporting.Slf4jConfig
Slf4jConfig. marker(org.slf4j.Marker marker)
Mark all logged metrics with the given marker.Slf4jConfig
Slf4jConfig. prefix(String prefix)
Prefix all metric names with the given string.Slf4jConfig
Slf4jConfig. rateUnit(TimeUnit rateUnit)
Convert rates to the given time unit.Methods in ratpack.dropwizard.metrics that return types with arguments of type Slf4jConfig Modifier and Type Method Description Optional<Slf4jConfig>
DropwizardMetricsConfig. getSlf4j()
Get the settings for the Slf4j Logger metrics publisher.Method parameters in ratpack.dropwizard.metrics with type arguments of type Slf4jConfig Modifier and Type Method Description DropwizardMetricsConfig
DropwizardMetricsConfig. slf4j(Action<? super Slf4jConfig> configure)
Configure the Slf4j logger metrics publisher.
-