@@ -447,7 +447,7 @@ release.
447447- The environment variables ` OTEL_TRACES_EXPORTER ` , ` OTEL_METRICS_EXPORTER ` ,
448448 and ` OTEL_LOGS_EXPORTER ` now support configuring console exporters for traces,
449449 metrics, and logs, respectively.
450- - Support signal specific OTLP exporter variables (See [ docs] ( /docs/config.md#otlp ) ):
450+ - Support signal specific OTLP exporter variables (See [ docs] ( . /docs/config.md#otlp) ):
451451 - ` OTEL_EXPORTER_OTLP_TRACES_ENDPOINT ` ,
452452 - ` OTEL_EXPORTER_OTLP_TRACES_HEADERS ` ,
453453 - ` OTEL_EXPORTER_OTLP_TRACES_TIMEOUT ` ,
@@ -961,14 +961,14 @@ This release is built on top of [OpenTelemetry .NET](https://github.com/open-tel
961961
962962- Added ` BeforeConfigureTracerProvider ` , ` BeforeConfigureMeterProvider ` ,
963963 ` TracerProviderInitialized ` and ` MeterProviderInitialized ` for plugins.
964- See [ plugins documentation] ( /docs/plugins.md ) for details.
964+ See [ plugins documentation] ( . /docs/plugins.md) for details.
965965- Added support for Azure SDK traces instrumentation on .NET.
966966
967967### Changed
968968
969969- In plugins ` ConfigureTracerProvider ` and ` ConfigureMeterProvider ` are changed now
970970 to ` AfterConfigureTracerProvider ` and ` AfterConfigureMeterProvider ` .
971- See [ plugins documentation] ( /docs/plugins.md ) for details.
971+ See [ plugins documentation] ( . /docs/plugins.md) for details.
972972- Minimal version of ` Grpc.Net.Client ` supported on .NET updated to ` 2.52.0 ` .
973973
974974### Fixed
0 commit comments