Class ArchiverMetricsImpl
- java.lang.Object
-
- org.onebusaway.aws.monitoring.impl.metrics.MetricsTemplate
-
- org.onebusaway.aws.monitoring.impl.metrics.ArchiverMetricsImpl
-
- All Implemented Interfaces:
ArchiverMetrics
@Component public class ArchiverMetricsImpl extends MetricsTemplate implements ArchiverMetrics
-
-
Field Summary
-
Fields inherited from class org.onebusaway.aws.monitoring.impl.metrics.MetricsTemplate
_log, CONNECTION_TIMEOUT
-
-
Constructor Summary
Constructors Constructor Description ArchiverMetricsImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpublishArchiverDBMetric()voidpublishArchiverMetric()-
Methods inherited from class org.onebusaway.aws.monitoring.impl.metrics.MetricsTemplate
getJsonObject, getMetricDatum, getUrlResponse, getUrlWithResponseTime, publishMetric, publishWatchdogMetric
-
-
-
-
Method Detail
-
publishArchiverMetric
public void publishArchiverMetric()
- Specified by:
publishArchiverMetricin interfaceArchiverMetrics
-
publishArchiverDBMetric
public void publishArchiverDBMetric()
- Specified by:
publishArchiverDBMetricin interfaceArchiverMetrics
-
-