Files
nomad/.changelog/20261.txt
Tim Gross 78f9f17867 api: add missing AllocDirStats field in Go API (#20261)
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
2024-04-03 08:54:05 -04:00

4 lines
108 B
Plaintext

```release-note:bug
api: Fixed a bug where `AllocDirStats` field was missing from Read Stats client API
```