Files
nomad/.changelog/23773.txt
Tim Gross ef116b12d5 metrics: add client.tasks state metrics (#23773)
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
2024-08-09 09:02:17 -04:00

4 lines
91 B
Plaintext

```release-note:improvement
metrics: Added `client.tasks` metrics to track task states
```