1 write to _options
aspire (1)
Profiling\ProfileCaptureService.cs (1)
254_options = options;
9 references to _options
aspire (9)
Profiling\ProfileCaptureService.cs (9)
291using var response = await client.GetAsync(_options.DashboardUrl, linkedCts.Token).ConfigureAwait(false); 324_logger.LogError("No profiling traces were exported for session {SessionId}", _options.SessionId); 328if (CountSessionSpans(traces, _options.SessionId) == 0) 330_logger.LogError("No exported spans matched profiling session {SessionId}", _options.SessionId); 334var outputDirectory = Path.GetDirectoryName(_options.OutputPath); 342archive.WriteToFile(_options.OutputPath); 346string.Format(CultureInfo.CurrentCulture, ExportCommandStrings.ExportComplete, MarkupHelpers.SafeFileLink(_interactionService, _options.OutputPath)), 410var profileSpanCount = CountSessionSpans(lastResult, _options.SessionId); 448var url = DashboardUrls.TelemetryTracesApiUrl(_options.DashboardUrl, limit: TelemetryCommandHelpers.MaxTelemetryLimit);