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)
Sun, Oct 27, 3:19 AM
Unknown Object (File)
Sun, Oct 27, 3:18 AM
Unknown Object (File)
Sun, Oct 27, 3:18 AM
Unknown Object (File)
Sun, Oct 27, 3:18 AM
Unknown Object (File)
Sun, Oct 27, 3:17 AM
Unknown Object (File)
Sun, Oct 27, 3:07 AM
Unknown Object (File)
Wed, Oct 23, 5:05 PM
Unknown Object (File)
Oct 22 2024, 12:55 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