2 writes to OwnerId
Aspire.Dashboard (2)
Otlp\Storage\SqliteTelemetryRepository.Metrics.Reads.cs (2)
284OwnerId = record.DimensionId, 301OwnerId = dimensionId,
5 references to OwnerId
Aspire.Dashboard (5)
Otlp\Storage\SqliteTelemetryRepository.Logs.cs (1)
680var logAttributes = attributeRecords.ToLookup(record => record.OwnerId);
Otlp\Storage\SqliteTelemetryRepository.Metrics.Reads.cs (4)
288.ToLookup(record => record.OwnerId); 305.ToLookup(record => record.OwnerId); 451: Array.Empty<OwnedAttributeRecord>().ToLookup(record => record.OwnerId); 482return attributes.ToLookup(record => record.OwnerId);