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)
Sat, May 4, 5:12 PM
Unknown Object (File)
Sat, May 4, 12:05 PM
Unknown Object (File)
Sat, May 4, 12:05 PM
Unknown Object (File)
Sat, May 4, 12:05 PM
Unknown Object (File)
Sat, May 4, 12:04 PM
Unknown Object (File)
Sat, May 4, 12:02 PM
Unknown Object (File)
Sat, May 4, 11:30 AM
Unknown Object (File)
Wed, May 1, 3:41 PM
Subscribers

Details

Summary
Test Plan

Start identity service, tunnelbroker

cd services/commtest
cargo test --test identity_keyserver_tests

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

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