Page MenuHomePhabricator

[Identity] Show consumed capacity when running query
ClosedPublic

Authored by jon on Aug 20 2023, 11:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 16, 1:23 PM
Unknown Object (File)
Tue, Apr 16, 7:49 AM
Unknown Object (File)
Tue, Apr 16, 3:12 AM
Unknown Object (File)
Mon, Apr 15, 8:41 PM
Unknown Object (File)
Sun, Apr 14, 7:58 AM
Unknown Object (File)
Sat, Apr 13, 11:56 PM
Unknown Object (File)
Sat, Apr 13, 12:05 PM
Unknown Object (File)
Sat, Apr 13, 8:01 AM
Subscribers

Details

Summary
Test Plan

Start identity service, tunnelbroker

cd services/commtest
cargo test --test identity_keyserver_tests

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bartek added inline comments.
services/identity/src/database.rs
488 ↗(On Diff #30119)

The info! will probably spam the log too much when there's traffic. I'd lower it to debug/trace and just opt-in displaying debug logs when necessary

This revision is now accepted and ready to land.Aug 22 2023, 12:28 AM
jon marked an inline comment as done.

Use debug! for read capacity