Metrics: Add direct listen (#4409)

This commit is contained in:
风扇滑翔翼 2025-02-18 19:32:48 +08:00 committed by GitHub
parent c5de08bea6
commit 4b01eb4398
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 49 additions and 13 deletions

View file

@ -10,4 +10,5 @@ option java_multiple_files = true;
message Config {
// Tag of the outbound handler that handles metrics http connections.
string tag = 1;
string listen = 2;
}