Fix wrong property name in the changelog (#5895)
This commit is contained in:
parent
5f0c6a2dc3
commit
6ba2db2c1c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue