mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add storage metrics for operations, expirations, data transferred
This commit is contained in:
parent
cab0883254
commit
a0ffe7f748
12 changed files with 293 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue