2 instantiations of OwnedAttributeRecord
Aspire.Dashboard (2)
Otlp\Storage\SqliteTelemetryRepository.Metrics.Reads.cs (2)
282.Select(record => new OwnedAttributeRecord 299.Select(attribute => new OwnedAttributeRecord
10 references to OwnedAttributeRecord
Aspire.Dashboard (10)
Otlp\Storage\SqliteTelemetryRepository.Logs.cs (3)
670var attributeRecords = new List<OwnedAttributeRecord>(); 673attributeRecords.AddRange(connection.Query<OwnedAttributeRecord>(""" 705static KeyValuePair<string, string>[] ToPairs(IEnumerable<OwnedAttributeRecord> attributes)
Otlp\Storage\SqliteTelemetryRepository.Metrics.Reads.cs (7)
318private static bool IsOverflowDimension(IEnumerable<OwnedAttributeRecord> attributes) 351private static bool MatchesDimensionFilters(IEnumerable<OwnedAttributeRecord> attributes, IReadOnlyDictionary<string, IReadOnlyList<string?>> dimensionFilters) 366ILookup<long, OwnedAttributeRecord> attributes, 451: Array.Empty<OwnedAttributeRecord>().ToLookup(record => record.OwnerId); 468private static ILookup<long, OwnedAttributeRecord> MaterializeMetricExemplarAttributes( 472var attributes = new List<OwnedAttributeRecord>(); 475attributes.AddRange(connection.Query<OwnedAttributeRecord>("""