Uses of Interface
io.prometheus.client.dropwizard.samplebuilder.SampleBuilder
-
Packages that use SampleBuilder Package Description io.prometheus.client.dropwizard io.prometheus.client.dropwizard.samplebuilder -
-
Uses of SampleBuilder in io.prometheus.client.dropwizard
Constructors in io.prometheus.client.dropwizard with parameters of type SampleBuilder Constructor Description DropwizardExports(com.codahale.metrics.MetricRegistry registry, com.codahale.metrics.MetricFilter metricFilter, SampleBuilder sampleBuilder)DropwizardExports(com.codahale.metrics.MetricRegistry registry, SampleBuilder sampleBuilder) -
Uses of SampleBuilder in io.prometheus.client.dropwizard.samplebuilder
Classes in io.prometheus.client.dropwizard.samplebuilder that implement SampleBuilder Modifier and Type Class Description classCustomMappingSampleBuilderCustomSampleBuilderimplementation to allow Dropwizard metrics to be translated to Prometheus metrics including custom labels and names.classDefaultSampleBuilderDefault implementation ofSampleBuilder.
-