Skip to content

Commit

Permalink
Remove string length requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigran Najaryan committed Oct 29, 2019
1 parent f04fa74 commit ad0381e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0059-otlp-trace-data-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ message AttributeKeyValue {
// Only one of the following fields is supposed to contain data (determined by `type` field value).
// This is deliberately not using Protobuf `oneof` for performance reasons (verified by benchmarks).
// A string up to 256 bytes long.
// A string value.
string string_value = 3;
// A 64-bit signed integer.
int64 int64_value = 4;
Expand Down

0 comments on commit ad0381e

Please sign in to comment.