33 references to TelemetryCommandStrings
aspire (33)
Commands\TelemetryCommand.cs (1)
30: base("otel", TelemetryCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\TelemetryCommandHelpers.cs (8)
37Description = TelemetryCommandStrings.ResourceArgumentDescription, 51Description = TelemetryCommandStrings.FormatOptionDescription 59Description = TelemetryCommandStrings.LimitOptionDescription 67Description = TelemetryCommandStrings.FollowOptionDescription 76option.Description = TelemetryCommandStrings.TraceIdOptionDescription; 85Description = TelemetryCommandStrings.HasErrorOptionDescription 114string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.SelectAppHost, TelemetryCommandStrings.SelectAppHostAction), 127interactionService.DisplayError(TelemetryCommandStrings.DashboardApiNotAvailable);
Commands\TelemetryLogsCommand.cs (6)
44Description = TelemetryCommandStrings.SeverityOptionDescription 58: base("logs", TelemetryCommandStrings.LogsDescription, features, updateNotifier, executionContext, interactionService, telemetry) 91_interactionService.DisplayError(TelemetryCommandStrings.LimitMustBePositive); 164_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, TelemetryCommandStrings.FailedToFetchTelemetry, ex.Message)); 176_interactionService.DisplayError(TelemetryCommandStrings.UnexpectedContentType); 202_interactionService.DisplayError(TelemetryCommandStrings.UnexpectedContentType);
Commands\TelemetrySpansCommand.cs (5)
54: base("spans", TelemetryCommandStrings.SpansDescription, features, updateNotifier, executionContext, interactionService, telemetry) 87_interactionService.DisplayError(TelemetryCommandStrings.LimitMustBePositive); 165_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, TelemetryCommandStrings.FailedToFetchTelemetry, ex.Message)); 177_interactionService.DisplayError(TelemetryCommandStrings.UnexpectedContentType); 203_interactionService.DisplayError(TelemetryCommandStrings.UnexpectedContentType);
Commands\TelemetryTracesCommand.cs (12)
52: base("traces", TelemetryCommandStrings.TracesDescription, features, updateNotifier, executionContext, interactionService, telemetry) 83_interactionService.DisplayError(TelemetryCommandStrings.LimitMustBePositive); 131_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, TelemetryCommandStrings.TraceNotFound, traceId)); 139_interactionService.DisplayError(TelemetryCommandStrings.UnexpectedContentType); 160_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, TelemetryCommandStrings.FailedToFetchTelemetry, ex.Message)); 213_interactionService.DisplayError(TelemetryCommandStrings.UnexpectedContentType); 234_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, TelemetryCommandStrings.FailedToFetchTelemetry, ex.Message)); 251table.AddBoldColumn(TelemetryCommandStrings.HeaderTimestamp); 252table.AddBoldColumn(TelemetryCommandStrings.HeaderName); 253table.AddBoldColumn(TelemetryCommandStrings.HeaderSpans); 254table.AddBoldColumn(TelemetryCommandStrings.HeaderDuration); 255table.AddBoldColumn(TelemetryCommandStrings.HeaderStatus);
Resources\TelemetryCommandStrings.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.TelemetryCommandStrings", typeof(TelemetryCommandStrings).Assembly);