DataDog / kong-plugin-ddtrace

Datadog APM Plugin for Kong Gateway
Apache License 2.0
15 stars 7 forks source link

Resolving #21, Enable adding custom trace spans from other plugins #22

Closed fsanchezgl closed 3 months ago

fsanchezgl commented 6 months ago

This is a way to enable adding custom span tags to the DD traces as reported in issue #21

The code brings the table exposes through kong.ctx.shared.traces and add the values to the request_span

dmehala commented 3 months ago

Hey @fsanchezgl , Thanks for your pull request. We've found another solution (#28) for your initial request, so we're closing this PR.