PrometheusReporter.Builder |
PrometheusReporter.Builder.filter(com.codahale.metrics.MetricFilter filter) |
Only report metrics which match the given filter.
|
static PrometheusReporter.Builder |
PrometheusReporter.forRegistry(com.codahale.metrics.MetricRegistry registry) |
|
PrometheusReporter.Builder |
PrometheusReporter.Builder.prefixedWith(String prefix) |
Prefix all metric names with the given string.
|
PrometheusReporter.Builder |
PrometheusReporter.Builder.scheduleOn(ScheduledExecutorService executor) |
Specifies the executor to use while scheduling reporting of metrics.
|
PrometheusReporter.Builder |
PrometheusReporter.Builder.shutdownExecutorOnStop(boolean shutdownExecutorOnStop) |
Specifies whether or not, the executor (used for reporting) will be stopped with same time with reporter.
|