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

@ -7,6 +7,11 @@
@load base/frameworks/storage/sync
@load policy/frameworks/storage/backend/sqlite
event Storage::backend_opened(tag: Storage::Backend, config: any)
{
print "Storage::backend_opened", tag, config;
}
event zeek_init()
{
# Create a database file in the .tmp directory with a 'testing' table