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