Closed biazmoreira closed 1 year ago
This adds a new API to send and store gauge metrics as float64s. Previously, they were being stored as float32s which isn't enough precision for storing unix timestamps.
Related issue: https://github.com/hashicorp/vault/issues/19594 and https://github.com/hashicorp/go-metrics/issues/150
Fixes https://github.com/hashicorp/vault/issues/19594
This adds a new API to send and store gauge metrics as float64s. Previously, they were being stored as float32s which isn't enough precision for storing unix timestamps.
Related issue: https://github.com/hashicorp/vault/issues/19594 and https://github.com/hashicorp/go-metrics/issues/150