hrxi / tracing-loki

A tracing layer for shipping logs to Grafana Loki
Apache License 2.0
50 stars 20 forks source link

use event.parent span if present #22

Closed gdesmott closed 1 year ago

gdesmott commented 1 year ago

Events can have an explicit parent, which was ignored. Use this span instead of getting it from the context if present.

hrxi commented 1 year ago

Looks good to me. Thanks.

hrxi commented 1 year ago

Released tracing-loki 0.2.4 with this fix.

gdesmott commented 1 year ago

Great, thanks for the quick review and release. :+1: