diff --git a/src/OpenTelemetry.Instrumentation.AspNet/AspNetMetricsInstrumentationOptions.cs b/src/OpenTelemetry.Instrumentation.AspNet/AspNetMetricsInstrumentationOptions.cs index 5542e065bc..09dd5a1052 100644 --- a/src/OpenTelemetry.Instrumentation.AspNet/AspNetMetricsInstrumentationOptions.cs +++ b/src/OpenTelemetry.Instrumentation.AspNet/AspNetMetricsInstrumentationOptions.cs @@ -42,7 +42,6 @@ public sealed class AspNetMetricsInstrumentationOptions /// collect telemetry on a per request basis. /// /// - /// Notes: /// The return value for the filter function is interpreted as: /// /// If filter returns , the request is diff --git a/test/OpenTelemetry.Instrumentation.AspNet.Tests/HttpInMetricsListenerTests.cs b/test/OpenTelemetry.Instrumentation.AspNet.Tests/HttpInMetricsListenerTests.cs index 0306bf36fb..6e630434be 100644 --- a/test/OpenTelemetry.Instrumentation.AspNet.Tests/HttpInMetricsListenerTests.cs +++ b/test/OpenTelemetry.Instrumentation.AspNet.Tests/HttpInMetricsListenerTests.cs @@ -17,7 +17,6 @@ using System; using System.Collections.Generic; using System.Diagnostics; -using System.Security.Policy; using System.Threading; using System.Web; using OpenTelemetry.Context.Propagation; @@ -105,7 +104,7 @@ public void AspNetMetricTagsAreCollectedSuccessfully( meterProvider.ForceFlush(); - // If filtering is enabled, we should have collected no data. + // If filtering is enabled, we should have collected no data. if (filterMode == "on") { Assert.Empty(exportedItems);