Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@
| `VolmanUnmountDuration` | Time volman took to unmount a volume. Emitted by each rep when volumes are mounted. | ns |
| `VolmanUnmountDurationFor` | Time volman took to unmount a volume with a specifc volume driver. Emitted by each rep when volumes are mounted. | ns |
| `VolmanUnmountErrors` | Count of failed volume unmounts. Emitted periodically by each rep. | number |
| `CellTasksFailed` | Cumulative number of failed Tasks on a cell. Emitted on each Task Failure. | number |
| `CellTasksSucceeded` | Cumulative number of successful Tasks on a cell. Emitted on each Task Success. | number |
| `CellTasksStarted` | Cumulative number of started Tasks on a cell. Emitted on each Task Start. | number |

## Route Emitter

Expand Down