Uses of Interface
io.dropwizard.metrics5.influxdb.InfluxDbSender
-
-
Uses of InfluxDbSender in io.dropwizard.metrics5.influxdb
Classes in io.dropwizard.metrics5.influxdb that implement InfluxDbSender Modifier and Type Class Description classInfluxDbUdpSenderMethods in io.dropwizard.metrics5.influxdb with parameters of type InfluxDbSender Modifier and Type Method Description InfluxDbReporterInfluxDbReporter.Builder. build(InfluxDbSender sender)Builds a InfluxDbReporter with the given properties, sending metrics using the given InfluxDbSender.Constructors in io.dropwizard.metrics5.influxdb with parameters of type InfluxDbSender Constructor Description InfluxDbReporter(io.dropwizard.metrics5.MetricRegistry registry, InfluxDbSender sender, io.dropwizard.metrics5.Clock clock, io.dropwizard.metrics5.MetricName prefix, TimeUnit rateUnit, TimeUnit durationUnit, io.dropwizard.metrics5.MetricFilter filter, ScheduledExecutorService executor, boolean shutdownExecutorOnStop, Set<io.dropwizard.metrics5.MetricAttribute> disabledMetricAttributes)Creates a new InfluxDbReporter instance.
-