Skip to content

Commit

Permalink
fix(zipkin) create baggage items in child spans (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
Asafb26 authored Feb 10, 2021
1 parent d62d3ec commit 9f45c06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kong/plugins/zipkin/span.lua
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ function span_methods:new_child(kind, name, start_timestamp_mu)
self.trace_id,
generate_span_id(),
self.span_id,
self.sample_ratio,
self.baggage
)
end
Expand Down

0 comments on commit 9f45c06

Please sign in to comment.