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)
670
var attributeRecords = new List<
OwnedAttributeRecord
>();
673
attributeRecords.AddRange(connection.Query<
OwnedAttributeRecord
>("""
705
static KeyValuePair<string, string>[] ToPairs(IEnumerable<
OwnedAttributeRecord
> attributes)
Otlp\Storage\SqliteTelemetryRepository.Metrics.Reads.cs (7)
318
private static bool IsOverflowDimension(IEnumerable<
OwnedAttributeRecord
> attributes)
351
private static bool MatchesDimensionFilters(IEnumerable<
OwnedAttributeRecord
> attributes, IReadOnlyDictionary<string, IReadOnlyList<string?>> dimensionFilters)
366
ILookup<long,
OwnedAttributeRecord
> attributes,
451
: Array.Empty<
OwnedAttributeRecord
>().ToLookup(record => record.OwnerId);
468
private static ILookup<long,
OwnedAttributeRecord
> MaterializeMetricExemplarAttributes(
472
var attributes = new List<
OwnedAttributeRecord
>();
475
attributes.AddRange(connection.Query<
OwnedAttributeRecord
>("""