1 write to _dashboardOptions
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
56_dashboardOptions = dashboardOptions.Value;
7 references to _dashboardOptions
Aspire.Dashboard (7)
Otlp\Storage\TelemetryRepository.cs (7)
58_logs = new(_dashboardOptions.TelemetryLimits.MaxLogCount); 59_traces = new(_dashboardOptions.TelemetryLimits.MaxTraceCount); 205return new OtlpApplication(key.Name, key.InstanceId!, resource, _logger, _dashboardOptions.TelemetryLimits); 300scope = (sl.Scope != null) ? new OtlpScope(sl.Scope, _dashboardOptions.TelemetryLimits) : OtlpScope.Empty; 315var logEntry = new OtlpLogEntry(record, application, scope, _dashboardOptions.TelemetryLimits); 668scope = (scopeSpan.Scope != null) ? new OtlpScope(scopeSpan.Scope, _dashboardOptions.TelemetryLimits) : OtlpScope.Empty; 699var newSpan = CreateSpan(application, span, trace, scope, _dashboardOptions.TelemetryLimits);