3 references to ExemplarId
Aspire.Dashboard (3)
Otlp\Storage\SqliteTelemetryRepository.Metrics.Reads.cs (3)
450
? MaterializeMetricExemplarAttributes(connection, mappedRecords.Select(item => item.Record.
ExemplarId
).Distinct().ToArray())
454
.ThenBy(item => item.Record.
ExemplarId
)
463
Attributes = attributes[item.Record.
ExemplarId
].Select(attribute => KeyValuePair.Create(attribute.AttributeKey, attribute.AttributeValue)).ToArray()