public abstract class AbstractFileMetricsReporter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected SingularityS3Configuration |
configuration |
protected ScheduledExecutorService |
fileReporterExecutor |
protected com.fasterxml.jackson.databind.ObjectMapper |
metricsObjectMapper |
protected com.codahale.metrics.MetricRegistry |
registry |
| Constructor and Description |
|---|
AbstractFileMetricsReporter(com.codahale.metrics.MetricRegistry registry,
SingularityS3Configuration configuration,
com.fasterxml.jackson.databind.ObjectMapper metricsObjectMapper) |
protected final SingularityS3Configuration configuration
protected final com.fasterxml.jackson.databind.ObjectMapper metricsObjectMapper
protected final com.codahale.metrics.MetricRegistry registry
protected final ScheduledExecutorService fileReporterExecutor
public AbstractFileMetricsReporter(com.codahale.metrics.MetricRegistry registry,
SingularityS3Configuration configuration,
com.fasterxml.jackson.databind.ObjectMapper metricsObjectMapper)
Copyright © 2019. All rights reserved.