mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Although we have `client.allocations` metrics to track allocation states on a client, having separate metrics for `client.tasks` will allow operators to identify that there are individual tasks in an unexpected state in an otherwise healthy allocation. Fixes: https://github.com/hashicorp/nomad/issues/23770
4 lines
91 B
Plaintext
4 lines
91 B
Plaintext
```release-note:improvement
|
|
metrics: Added `client.tasks` metrics to track task states
|
|
```
|