Files
vault/changelog/22468.txt
Josh Black 75eebddba9 bolt.write.time should actually be a counter, not a gauge (#22468)
* bolt.write.time should actually be a counter, not a gauge

* add changelog

* Update website/content/docs/upgrading/upgrade-to-1.14.x.mdx

Co-authored-by: Paul Banks <pbanks@hashicorp.com>

* correct changelog

---------

Co-authored-by: Paul Banks <pbanks@hashicorp.com>
2023-08-21 20:11:57 +00:00

4 lines
107 B
Plaintext

```release-note:bug
core/metrics: vault.raft_storage.bolt.write.time should be a counter not a summary
```