2 instantiations of SpanKey
Aspire.Dashboard (2)
Components\Controls\Chart\ChartBase.cs (1)
312var key = new SpanKey(exemplar.TraceId, exemplar.SpanId);
Model\StructuredLogsViewModel.cs (1)
42var spanKey = new SpanKey(traceId, spanId);
8 references to SpanKey
Aspire.Dashboard (8)
Components\Controls\Chart\ChartBase.cs (6)
63private Dictionary<SpanKey, OtlpSpan> _currentCache = new Dictionary<SpanKey, OtlpSpan>(); 64private Dictionary<SpanKey, OtlpSpan> _newCache = new Dictionary<SpanKey, OtlpSpan>(); 312var key = new SpanKey(exemplar.TraceId, exemplar.SpanId); 512_newCache = new Dictionary<SpanKey, OtlpSpan>();
Model\StructuredLogsViewModel.cs (2)
17private readonly ConcurrentDictionary<SpanKey, bool> _spanGenAICache = new(); 42var spanKey = new SpanKey(traceId, spanId);