Skip to content

Commit

Permalink
rmv uing
Browse files Browse the repository at this point in the history
  • Loading branch information
vishweshbankwar committed Jul 7, 2023
1 parent 06f1290 commit ee5e2b8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ public HttpInListener(AspNetCoreInstrumentationOptions options)

this.options = options;


this.emitOldAttributes = this.options.HttpSemanticConvention.HasFlag(HttpSemanticConvention.Old);

this.emitNewAttributes = this.options.HttpSemanticConvention.HasFlag(HttpSemanticConvention.New);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#endif
using System.Reflection;
using OpenTelemetry.Context.Propagation;
using OpenTelemetry.Internal;
using OpenTelemetry.Trace;
using static OpenTelemetry.Internal.HttpSemanticConventionHelper;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
using System.Diagnostics.Metrics;
#if NETFRAMEWORK
using System.Net.Http;
using OpenTelemetry.Internal;
#endif
using OpenTelemetry.Trace;
using static OpenTelemetry.Internal.HttpSemanticConventionHelper;
Expand Down

0 comments on commit ee5e2b8

Please sign in to comment.