Skip to content

Commit 27ead60

Browse files
authored
Merge pull request #28 from instana/http_prefix
Fix Instana context HTTP headers prefix
2 parents d6caa2b + 3ec0f7f commit 27ead60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instana/http_propagator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from basictracer.context import SpanContext
44
from instana import util, log
55

6-
prefix_tracer_state = 'HTTP_X_INSTANA_'
6+
prefix_tracer_state = 'X-Instana-'
77
field_name_trace_id = prefix_tracer_state + 'T'
88
field_name_span_id = prefix_tracer_state + 'S'
99
field_count = 2

0 commit comments

Comments
 (0)