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
At present, there's no way to configure the Zipkin plugin to include any details about an HTTP URL's query parameters in the exported trace spans. I see that the kong.request Lua module exposes various ways to read this information in a request handler. Could we consider emulating how we handled the static_tags configuration parameter, such that users instantiating this plugin could specify which query parameters by name that they'd like to include in the published trace spans, perhaps with optional default values to include if the query parameter is absent?
We could also include the entire query string as a span tag, though that would be less useful in subsequent queries.
The text was updated successfully, but these errors were encountered:
gszr
transferred this issue from Kong/kong-plugin-zipkin
Nov 30, 2021
At present, there's no way to configure the Zipkin plugin to include any details about an HTTP URL's query parameters in the exported trace spans. I see that the
kong.request
Lua module exposes various ways to read this information in a request handler. Could we consider emulating how we handled thestatic_tags
configuration parameter, such that users instantiating this plugin could specify which query parameters by name that they'd like to include in the published trace spans, perhaps with optional default values to include if the query parameter is absent?We could also include the entire query string as a span tag, though that would be less useful in subsequent queries.
The text was updated successfully, but these errors were encountered: