Uses of Interface
org.dhatim.dropwizard.prometheus.PrometheusSender
-
-
Uses of PrometheusSender in org.dhatim.dropwizard.prometheus
Classes in org.dhatim.dropwizard.prometheus that implement PrometheusSender Modifier and Type Class Description classPushgatewayMethods in org.dhatim.dropwizard.prometheus with parameters of type PrometheusSender Modifier and Type Method Description PrometheusReporterPrometheusReporter.Builder. build(PrometheusSender prometheus)Builds aPrometheusReporterwith the given properties, sending metrics using the givenPrometheusSender.Constructors in org.dhatim.dropwizard.prometheus with parameters of type PrometheusSender Constructor Description PrometheusReporter(com.codahale.metrics.MetricRegistry registry, PrometheusSender prometheus, String prefix, com.codahale.metrics.MetricFilter filter, ScheduledExecutorService executor, boolean shutdownExecutorOnStop)Creates a newPrometheusReporterinstance.
-