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