DataDog / kong-plugin-ddtrace

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

Fixes cjson interference with other plugins #10

Closed cgilmour closed 11 months ago

cgilmour commented 11 months ago

A followup detail on #4 pointed out the incorrect usage of cjson. This should be using it correctly now.

Additional logging and tests added related to decoding JSON sent by the agent.

dgoffredo commented 11 months ago

5