From 98f9808596a9647b1cea4fa9027f72a7d49b4b67 Mon Sep 17 00:00:00 2001 From: Vishwesh Bankwar Date: Wed, 4 Nov 2020 12:24:18 -0800 Subject: [PATCH] rmv special topic - enrich --- src/OpenTelemetry.Instrumentation.AspNet/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/OpenTelemetry.Instrumentation.AspNet/README.md b/src/OpenTelemetry.Instrumentation.AspNet/README.md index 6164950ca49..4ebe711717e 100644 --- a/src/OpenTelemetry.Instrumentation.AspNet/README.md +++ b/src/OpenTelemetry.Instrumentation.AspNet/README.md @@ -137,8 +137,6 @@ this.tracerProvider = Sdk.CreateTracerProviderBuilder() .Build(); ``` -### Special topic - Enriching automatically collected telemetry - ASP.NET instrumentation stores the `HttpRequest`, `HttpResponse` objects in the `Activity`. These can be accessed in `BaseProcessor`, and can be used to further enrich the Activity as shown below.