DataDog / kong-plugin-ddtrace

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

fix: remove unsupported environment variables #58

Closed dmehala closed 1 month ago

dmehala commented 2 months ago

Description

Remove DD_TRACE_PROPAGATION_STYLE_INJECT and DD_TRACE_PROPAGATION_STYLE_EXTRACT environment variables as they were not meant to be supported. Setting those environment variables prevent the plugin from working as intended.

Resolves #56

Why?

Supporting those environment variable would need to implement more Lua logic, while we are planning to pivot toward dd-trace-cpp as the tracing library.