このページは、まだ日本語ではご利用いただけません。翻訳中です。
古いプラグインバージョンのドキュメントを閲覧しています。
Changelog
Kong Gateway 3.10.x
- This plugin now supports variable resource attributes.
 - This plugin now supports instana headers in propagation.
 
Kong Gateway 3.8.x
- 
    
Added support for OpenTelemetry-formatted logs. #13291
As part of the rework, the following parameter has been deprecated and will be removed in a future major version:
- 
config.endpointis deprecated, useconfig.traces_endpointinstead. 
 - 
 - Fixed an issue where migration failed when upgrading from versions earlier than 3.3.x to 3.7.x. #13391
 - Removed redundant deprecation warnings. #13220
 - Improved the accuracy of sampling decisions. #13275
 
Kong Gateway 3.7.x
- 
    
The propagation module has been reworked. The new options allow better control over the configuration of tracing header propagation. #12670.
As part of the rework, the following parameters have been deprecated and will be removed in a future major version:
- 
config.header_typeis deprecated, useconfig.propagationinstead. - 
config.batch_span_countis deprecated, useconfig.queue.max_batch_sizeinstead. - 
config.batch_flush_delayis deprecated, useconfig.queue.max_coalescing_delayinstead. 
 - 
 - 
    
Fixed an OTEL sampling mode Lua panic bug, which happened when the
http_response_header_for_traceidoption was enabled. #12544 
Kong Gateway 3.6.x
- The tracing sampling rate can now be set via the 
config.sampling_rateproperty of the OpenTelemetry plugin instead of just being a global setting for Kong Gateway. #12054 
Kong Gateway 3.5.x
- 
    
Added support for Google Cloud Project’s X-Cloud-Trace-Context header
 - 
    
Added a new value to the parameter
header_type, which allows Kong Gateway to inject Datadog headers into the headers of requests forwarding to the upstream. - 
    
Fixed an issue that resulted in traces with invalid parent IDs when
balancerinstrumentation was enabled. #11830 
Kong Gateway 3.4.x
- 
    
Added support for AWS X-Ray header propagation.
The field
header_typenow accepts theawsvalue to handle this specific propagation header. #11075 - 
    
The
endpointparameter is now referenceable, and can be stored as a secret in a vault. 
Kong Gateway 3.2.x
- This plugin can now be scoped to individual services, routes, and consumers.
 
Kong Gateway 3.1.x
- The 
headersfield is now marked as referenceable, which means it can be securely stored as a secret in a vault.