Skip to content

Commit

Permalink
Linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ZRich97 committed Nov 10, 2023
1 parent ee0321c commit 724d7e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ public sealed class AspNetMetricsInstrumentationOptions
/// collect telemetry on a per request basis.
/// </summary>
/// <remarks>
/// Notes:
/// <item>The return value for the filter function is interpreted as:
/// <list type="bullet">
/// <item>If filter returns <see langword="true" />, the request is
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 724d7e0

Please sign in to comment.