reset metrics b4 stress test and export after

This commit is contained in:
boufni95 2025-04-10 16:47:26 +00:00
parent f2445dd850
commit 67c1260748
22 changed files with 1241 additions and 34 deletions

View file

@ -10,6 +10,10 @@ message LndSeed {
repeated string seed = 1;
}
message ZippedMetrics {
string path = 1;
}
message EncryptionExchangeRequest {
string publicKey = 1;
string deviceId = 2;