You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried playing around with these parameters and note that DD_AGENT_HOST value is being obtained from the environment variable:
Extraction Propagation Style and Injection Propagation Styles to following values individually
datadog
tracecontext
datadog and tracecontext
Increased the Initial samples per second value to 200, sent about 250 requests
May I know what config changes can be made to DDTRACE to have more spans similar to OTEL Plugin (OTEL Span screen shot shown below for reference), appreciate your inputs.
The text was updated successfully, but these errors were encountered:
May I know what config changes can be made to DDTRACE to have more spans similar to OTEL Plugin
Currently, it is not possible to generate more spans similar to those create by Kong's OTEL plugin. This limitation is because Kong's tracer is used to instrument internal code, which is beyond the scope of what plugins, like DDTRACE, can access.
To achieve the desired outcome, Kong would need to expose a tracer interface that DDTRACE could implement. I have been considering suggesting a similar approach to Kong, but I haven't had the chance to fully articulate my thoughts yet.
In summary, I understand your concern and agree that there should be consistency between the two modules. I am actively working on addressing this issue.
Kong Version
3.6.1.7
Plugin Version
v0.2.1
On which environment your Kong instance is running?
Kubernetes
Plugin Configuration
What happened?
I tried playing around with these parameters and note that DD_AGENT_HOST value is being obtained from the environment variable:
Extraction Propagation Style and Injection Propagation Styles to following values individually
Increased the Initial samples per second value to 200, sent about 250 requests
May I know what config changes can be made to DDTRACE to have more spans similar to OTEL Plugin (OTEL Span screen shot shown below for reference), appreciate your inputs.
The text was updated successfully, but these errors were encountered: