Add kernel conntrack counters (#3434)

This commit is contained in:
Viktor Liu
2025-03-04 16:46:03 +01:00
committed by GitHub
parent 8c81a823fa
commit acf172b52c
9 changed files with 545 additions and 360 deletions

View File

@@ -98,7 +98,7 @@ message LoginRequest {
string jwtToken = 3;
// Can be absent for now.
PeerKeys peerKeys = 4;
repeated string dnsLabels = 5;
}
@@ -223,6 +223,9 @@ message FlowConfig {
string tokenSignature = 3;
google.protobuf.Duration interval = 4;
bool enabled = 5;
// counters determines if flow packets and bytes counters should be sent
bool counters = 6;
}
// ProtectedHostConfig is similar to HostConfig but has additional user and password