Skip to content

Commit

Permalink
Use guid in joining primitive when traced by client (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanDzhabarov authored Nov 11, 2016
1 parent fdffd49 commit 5a288a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common/tracing/http_tracer_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ void LightStepSink::flushTrace(const Http::HeaderMap& request_headers, const Htt
}

if (request_headers.has(Http::Headers::get().ClientTraceId)) {
span.SetTag("join:x-client-trace-id", request_headers.get(Http::Headers::get().ClientTraceId));
span.SetTag("guid:x-client-trace-id", request_headers.get(Http::Headers::get().ClientTraceId));
}

span.Finish();
Expand Down

0 comments on commit 5a288a0

Please sign in to comment.