fix(exhook): BrokerInfo uptime is now a duration integer

This commit is contained in:
Zaiming Shi 2021-08-05 12:16:36 +02:00
parent 6f8ca4ce07
commit d3038c0b71
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ message BrokerInfo {
string sysdescr = 2; string sysdescr = 2;
string uptime = 3; int64 uptime = 3;
string datetime = 4; string datetime = 4;
} }