mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
The JSON response for the Read Stats client API includes an `AllocDirStats` field. This field is missing in the `api` package, so consumers of the Go API can't use it to read the values we're getting back from the HTTP server. Fixes: https://github.com/hashicorp/nomad/issues/20246
4 lines
108 B
Plaintext
4 lines
108 B
Plaintext
```release-note:bug
|
|
api: Fixed a bug where `AllocDirStats` field was missing from Read Stats client API
|
|
```
|