Skip to content

Commit

Permalink
Fix: Add changelog entry for deprecated OTEL parameters in 3.7 (#7774)
Browse files Browse the repository at this point in the history
add changelog entry for deprecated OTEL parameters in 3.7
  • Loading branch information
lena-larionova authored Aug 23, 2024
1 parent 9af58aa commit 826a7c1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/_hub/kong-inc/opentelemetry/_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
### {{site.base_gateway}} 3.7.x
* The propagation module has been reworked. The new
options allow better control over the configuration of tracing header propagation.
[#12670](https://github.com/Kong/kong/issues/12670)
[#12670](https://github.com/Kong/kong/issues/12670).

As part of the rework, the following parameters have been deprecated and will be removed in a future major version:
* `config.header_type` is deprecated, use `config.propagation` instead.
* `config.batch_span_count` is deprecated, use `config.queue.max_batch_size` instead.
* `config.batch_flush_deplay` is deprecated, use `config.queue.max_coalescing_delay` instead.

* Fixed an OTEL sampling mode Lua panic bug, which happened
when the `http_response_header_for_traceid` option was enabled.
[#12544](https://github.com/Kong/kong/issues/12544)
Expand Down

0 comments on commit 826a7c1

Please sign in to comment.