The following metrics are emitted by any component that implements a controller logic. These metrics show details about reconciliation operations and the work queue behavior upon which reconciliation requests are added to the work queue.
Metric name | Description | Type | Tags | Unit |
---|---|---|---|---|
|
The depth of the work queue. |
Gauge |
|
Integer (no units) |
|
The number of reconcile operations. |
Counter |
|
Integer (no units) |
|
The latency of reconcile operations. |
Histogram |
|
Milliseconds |
|
The total number of add actions handled by the work queue. |
Counter |
|
Integer (no units) |
|
The length of time an item stays in the work queue before being requested. |
Histogram |
|
Seconds |
|
The total number of retries that have been handled by the work queue. |
Counter |
|
Integer (no units) |
|
The length of time it takes to process and item from the work queue. |
Histogram |
|
Seconds |
|
The length of time that outstanding work queue items have been in progress. |
Histogram |
|
Seconds |
|
The length of time that the longest outstanding work queue items has been in progress. |
Histogram |
|
Seconds |