4 references to new
Aspire.Dashboard (4)
Otlp\Model\MetricValues\DimensionScope.cs (1)
29
_values =
new
(capacity);
Otlp\Storage\TelemetryRepository.cs (2)
76
_logs =
new
(_otlpContext.Options.MaxLogCount);
77
_traces =
new
(_otlpContext.Options.MaxTraceCount);
src\Shared\ConsoleLogs\LogEntries.cs (1)
19
private readonly CircularBuffer<LogEntry> _logEntries =
new
(maximumEntryCount);