Skip to content

Commit 30af3b6

Browse files
committed
added baggage to data
1 parent 58a69cf commit 30af3b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

instana/recorder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def record_span(self, span):
3434
url=self.get_string_tag(span, ext.HTTP_URL),
3535
method=self.get_string_tag(span, ext.HTTP_METHOD),
3636
status=self.get_tag(span, ext.HTTP_STATUS_CODE)),
37+
baggage=span.context.baggage,
3738
custom=c.CustomData(tags=span.tags,
3839
logs=self.collect_logs(span)))
3940

0 commit comments

Comments
 (0)