diff --git a/src/OpenTelemetry.Instrumentation.AspNetCore/README.md b/src/OpenTelemetry.Instrumentation.AspNetCore/README.md index 1948fc9e813..1a4dfebd12c 100644 --- a/src/OpenTelemetry.Instrumentation.AspNetCore/README.md +++ b/src/OpenTelemetry.Instrumentation.AspNetCore/README.md @@ -12,7 +12,7 @@ also collects traces from incoming gRPC requests using Instrumentation support for gRPC server requests is supported via an [experimental](#experimental-support-for-grpc-requests) feature flag. -**Note: This component is based on the +This component is based on the [v1.23](https://github.com/open-telemetry/semantic-conventions/tree/v1.23.0/docs/http) of http semantic conventions. For details on the default set of attributes that are added, checkout [Traces](#traces) and [Metrics](#metrics) sections below. diff --git a/src/OpenTelemetry.Instrumentation.Http/README.md b/src/OpenTelemetry.Instrumentation.Http/README.md index ae935dbc42d..0071b4ead67 100644 --- a/src/OpenTelemetry.Instrumentation.Http/README.md +++ b/src/OpenTelemetry.Instrumentation.Http/README.md @@ -11,7 +11,7 @@ and [System.Net.HttpWebRequest](https://docs.microsoft.com/dotnet/api/system.net.httpwebrequest) and collects metrics and traces about outgoing HTTP requests. -**Note: This component is based on the +This component is based on the [v1.23](https://github.com/open-telemetry/semantic-conventions/tree/v1.23.0/docs/http) of http semantic conventions. For details on the default set of attributes that are added, checkout [Traces](#traces) and [Metrics](#metrics) sections below.