Release date 2024/09/11
Bugfix
-
remove redundant deprecation warnings
Release date 2024/05/28
The propagation module has been reworked. The new options allow better control over the configuration of tracing headers propagation.
Release date 2023/05/19
These plugins now convert traceid
in HTTP response headers to hex format.#10534
This plugin now uses queues for internal buffering. The standard queue parameter set is available to control queuing behavior.#10753
Release date 2023/02/28
Added support for setting the durations of Kong phases as span tags through the configuration property phase_duration_flavor
.#9891
Fixed an issue where the global plugin’s sample ratio overrode the route-specific ratio.#9877
Fixed an issue where trace-id
and parent-id
strings with decimals were not processed correctly.
Release date 2022/12/06
Added the response_header_for_traceid
field in Zipkin plugin. The plugin sets the corresponding header in the response if the field is specified with a string value.#9173
Added the missing protocols
field to the following plugin schemas: Zipkin (zipkin
)
Fixed an issue where Zipkin plugin couldn’t parse OT baggage headers due to an invalid OT baggage pattern.#9280
Release date 2022/09/09
Added support for including the HTTP path in the span name with thehttp_span_name
configuration parameter.#8150
Added support for socket connect and send/read timeouts through the connect_timeout
, send_timeout
, and read_timeout
configuration parameters. This can help mitigatengx.timer
saturation when upstream collectors are unavailable or slow.#8735
Fixed the balancer spans’ duration to include the connection time from Nginx to the upstream.#8848
Corrected the calculation of the header filter start time.#9230
Made the plugin compatible with the latest Jaeger header spec, which makes parent_id
optional.#8352