Updates encoding specs and adds link to information about varint

pull/17/head
Dino Oliva 8 years ago
parent d736ad2373
commit f29e09f7f5
  1. 4
      stats/stats_context.proto

@ -27,5 +27,9 @@ message StatsContext {
// All implementations must honor these specs:
// * The num_tags is represented using varint.
// * The key/value lengths are represented using varint.
// * All key/values must be US-ASCII.
//
// For details about varint, see:
// https://developers.google.com/protocol-buffers/docs/encoding#varints
bytes tags = 1;
}

Loading…
Cancel
Save