From f58d9094b9fa0cfea3d6b15653f39473b3983055 Mon Sep 17 00:00:00 2001 From: Vishwesh Bankwar Date: Wed, 20 Jul 2022 11:30:26 -0700 Subject: [PATCH] fix changelog typo (#3465) --- src/OpenTelemetry.Instrumentation.AspNetCore/CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/OpenTelemetry.Instrumentation.AspNetCore/CHANGELOG.md b/src/OpenTelemetry.Instrumentation.AspNetCore/CHANGELOG.md index d2d2fcbd283..3766ca848aa 100644 --- a/src/OpenTelemetry.Instrumentation.AspNetCore/CHANGELOG.md +++ b/src/OpenTelemetry.Instrumentation.AspNetCore/CHANGELOG.md @@ -2,12 +2,12 @@ ## Unreleased -* Metrics instrumentation to correctly populate 'http.flavor' tag. +* Metrics instrumentation to correctly populate `http.flavor` tag. (1.1 instead of HTTP/1.1 etc.) ([3379](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3379)) -* Tracing instrumentation to populate 'http.flavor' tag. +* Tracing instrumentation to populate `http.flavor` tag. ([3372](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3372)) -* Tracing instrumentation to populate 'http.schema' tag. +* Tracing instrumentation to populate `http.scheme` tag. ([3392](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3392)) ## 1.0.0-rc9.4