Add storage metrics for operations, expirations, data transferred

This commit is contained in:
Tim Wojtulewicz 2025-06-26 11:19:31 -07:00
parent cab0883254
commit a0ffe7f748
12 changed files with 293 additions and 6 deletions

View file

@ -29,4 +29,7 @@ export {
## backend.
expire_time: interval &default=0sec;
};
# The histogram buckets to use for operation latency metrics, in seconds.
const latency_metric_bounds: vector of double = { 0.001, 0.01, 0.1, 1.0, } &redef;
}