Skip to content

Commit

Permalink
move internal member
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaspimentel committed Dec 13, 2024
1 parent 6a5a505 commit 2678284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/build/docker/dotnet/parametric/Endpoints/ApmTestApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ public static void MapApmTraceEndpoints(WebApplication app, ILogger<ApmTestApi>
private static readonly Dictionary<ulong, ISpan> Spans = new();
private static readonly Dictionary<ulong, ISpanContext> DDContexts = new();

internal static ILogger<ApmTestApi>? _logger;

private static readonly SpanContextInjector _spanContextInjector = new();
private static readonly SpanContextExtractor _spanContextExtractor = new();

internal static ILogger<ApmTestApi>? _logger;

private static IEnumerable<string> GetHeaderValues(string[][] headersList, string key)
{
var values = new List<string>();
Expand Down

0 comments on commit 2678284

Please sign in to comment.