Skip to content

Commit

Permalink
print
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishwesh Bankwar (from Dev Box) committed Dec 5, 2023
1 parent 69c1395 commit cd0cb2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TestAspNetCoreInstrumentationPerf/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

Console.WriteLine("EnableMetricInstrumentation: " + instrumentationOptions.EnableMetricInstrumentation);
Console.WriteLine("EnableTraceInstrumentation: " + instrumentationOptions.EnableTraceInstrumentation);
Console.WriteLine("EnableDiagnosticSourceSubscription: " + instrumentationOptions.EnableDiagnosticSourceSubscription);

if (instrumentationOptions.EnableMetricInstrumentation)
{
Expand Down

0 comments on commit cd0cb2e

Please sign in to comment.