From ee74ed9532e372898f8473598d2ab17f960e9d79 Mon Sep 17 00:00:00 2001 From: Michael Martin Date: Thu, 16 Feb 2023 11:46:46 -0800 Subject: [PATCH] docs(changelog): add entry for renamed kong.conf properties (#10310) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9835d51fbfc..d676cbd998d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -184,6 +184,14 @@ - Improve error message for invalid JWK entities. [#9904](https://github.com/Kong/kong/pull/9904) +- Renamed two configuration properties: + * `opentelemetry_tracing` => `tracing_instrumentations` + * `opentelemetry_tracing_sampling_rate` => `tracing_sampling_rate` + + The old `opentelemetry_*` properties are considered deprecated and will be + fully removed in a future version of Kong. + [#10122](https://github.com/Kong/kong/pull/10122) + [#10220](https://github.com/Kong/kong/pull/10220) #### Hybrid Mode