Skip to content

Commit

Permalink
Update api/include/opentelemetry/trace/propagation/http_trace_context.h
Browse files Browse the repository at this point in the history
Co-authored-by: Kirk Kelsey <kirkmkelsey@gmail.com>
  • Loading branch information
Tianlin-Zhao and 0x4b authored Jul 29, 2020
1 parent 60d95a7 commit f7aa306
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ static const int kTraceFlagBytes = 2;
static const int kTraceDelimiterBytes = 3;
static const int kHeaderSize = kVersionBytes + kTraceIdBytes + kParentIdBytes + kTraceFlagBytes + kTraceDelimiterBytes;
static const int kTraceStateMaxMembers = 32;
static const nostd::string_view kTraceStateKeyValueDelimiter = "=";
static const int kHeaderElementLengths[4] = {2,32,16,2};
// The HttpTraceContext provides methods to extract and inject
// context into headers of HTTP requests with traces.
Expand Down

0 comments on commit f7aa306

Please sign in to comment.