public interface SupervisorMetrics
| Modifier and Type | Method and Description |
|---|---|
MetricsContext |
containerPull() |
void |
containersExited() |
void |
containersRunning() |
void |
containerStarted() |
void |
containersThrewException() |
void |
dockerTimeout() |
MeterRates |
getContainersThrewExceptionRates() |
MeterRates |
getDockerTimeoutRates() |
MeterRates |
getSupervisorRunRates() |
void |
imageCacheHit() |
void |
imageCacheMiss() |
void |
supervisorClosed() |
void |
supervisorRun() |
void |
supervisorStarted() |
void |
supervisorStopped() |
void supervisorStarted()
void supervisorStopped()
void supervisorClosed()
void containersRunning()
void containersExited()
void containersThrewException()
void containerStarted()
MetricsContext containerPull()
void imageCacheHit()
void imageCacheMiss()
void dockerTimeout()
void supervisorRun()
MeterRates getDockerTimeoutRates()
MeterRates getContainersThrewExceptionRates()
MeterRates getSupervisorRunRates()
Copyright © 2017. All rights reserved.