2 references to ValueCount
Aspire.Dashboard (2)
Otlp\Storage\SqliteTelemetryRepository.Logs.cs (1)
489
return values.ToDictionary(record => record.FieldValue!, record => record.
ValueCount
, StringComparers.OtlpAttribute);
Otlp\Storage\SqliteTelemetryRepository.Traces.Reads.cs (1)
606
return values.ToDictionary(record => record.FieldValue!, record => record.
ValueCount
, StringComparers.OtlpAttribute);