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
The NGINX module does not set those tags, nor the cpp tracer. In fact, the module only set the whole url as a span tag, then, the Datadog Agent or the backend split the url.
I can bring this ticket to the respective teams but there's nothing on the plugin nor the cpp tracer I can do (Well, I can split the URL in the cpp tracer but that will be costly, inefficient and add unnecessary tech debt).
In the meanwhile, I suggest to open a feature request here for visibility.
In a request like this one (normally this is URL encoded):
The trace only has the very last
include[]
query string array parameter of "share" in the include object.Approximation from the trace:
Not sure if this is an issue with the nginx module, the cpp tracer, or something I'm doing. But I'd be open to thoughts on how to resolve it.
The text was updated successfully, but these errors were encountered: