Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pong.proto
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ message Pong {
// Unknown keys must be ignored by the client. Max 32 entries;
// each key MUST NOT exceed 16 bytes. Clients MUST reject a Pong
// carrying a gauges map that violates these bounds.
map<string, int64> gauges = 16;
map<string, uint64> gauges = 16;

// Optional diagnostic line the Node wants surfaced to the user.
// Usually empty. When set, formatted as "X WWW": a single
Expand Down