Uses of Interface
io.dropwizard.metrics5.graphite.GraphiteSender
-
-
Uses of GraphiteSender in io.dropwizard.metrics5.graphite
Classes in io.dropwizard.metrics5.graphite that implement GraphiteSender Modifier and Type Class Description classGraphiteA client to a Carbon server via TCP.classGraphiteRabbitMQA rabbit-mq client to a Carbon server.classGraphiteUDPA client to a Carbon server using unconnected UDPclassPickledGraphiteA client to a Carbon server that sends all metrics after they have been pickled in configurable sized batchesMethods in io.dropwizard.metrics5.graphite with parameters of type GraphiteSender Modifier and Type Method Description GraphiteReporterGraphiteReporter.Builder. build(GraphiteSender graphite)Builds aGraphiteReporterwith the given properties, sending metrics using the givenGraphiteSender.Constructors in io.dropwizard.metrics5.graphite with parameters of type GraphiteSender Constructor Description GraphiteReporter(io.dropwizard.metrics5.MetricRegistry registry, GraphiteSender graphite, io.dropwizard.metrics5.Clock clock, String prefix, TimeUnit rateUnit, TimeUnit durationUnit, io.dropwizard.metrics5.MetricFilter filter, ScheduledExecutorService executor, boolean shutdownExecutorOnStop, Set<io.dropwizard.metrics5.MetricAttribute> disabledMetricAttributes)Creates a newGraphiteReporterinstance.GraphiteReporter(io.dropwizard.metrics5.MetricRegistry registry, GraphiteSender graphite, io.dropwizard.metrics5.Clock clock, String prefix, TimeUnit rateUnit, TimeUnit durationUnit, io.dropwizard.metrics5.MetricFilter filter, ScheduledExecutorService executor, boolean shutdownExecutorOnStop, Set<io.dropwizard.metrics5.MetricAttribute> disabledMetricAttributes, boolean addMetricAttributesAsTags)Creates a newGraphiteReporterinstance.GraphiteReporter(io.dropwizard.metrics5.MetricRegistry registry, GraphiteSender graphite, io.dropwizard.metrics5.Clock clock, String prefix, TimeUnit rateUnit, TimeUnit durationUnit, io.dropwizard.metrics5.MetricFilter filter, ScheduledExecutorService executor, boolean shutdownExecutorOnStop, Set<io.dropwizard.metrics5.MetricAttribute> disabledMetricAttributes, boolean addMetricAttributesAsTags, DoubleFunction<String> floatingPointFormatter)Creates a newGraphiteReporterinstance.
-