Browse Source

Fix wrong property name in the changelog (#5895)

Mateusz Rzeszutek 2 years ago
parent
commit
6ba2db2c1c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      CHANGELOG.md

+ 2 - 2
CHANGELOG.md

@@ -14,8 +14,8 @@
     (important: note that the meaning is inverted)
   * `otel.instrumentation.netty.always-create-connect-span`
     -> `otel.instrumentation.netty.connection-telemetry.enabled`
-  * `otel.instrumentation.netty.ssl-telemetry.enabled`
-    -> `otel.instrumentation.netty.ssl-telemetry.enabled`
+  * `otel.instrumentation.reactor-netty.always-create-connect-span`
+    -> `otel.instrumentation.reactor-netty.connection-telemetry.enabled`
 - Runtime memory metric names were updated to reflect
   [semantic conventions](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/semantic_conventions/runtime-environment-metrics.md#jvm-metrics)
 - Micrometer library instrumentation has been deprecated as it has been moved to the core repo and