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