33 references to TelemetryCommandStrings
aspire (33)
Commands\TelemetryCommand.cs (1)
30
: base("otel",
TelemetryCommandStrings
.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\TelemetryCommandHelpers.cs (8)
37
Description =
TelemetryCommandStrings
.ResourceArgumentDescription,
51
Description =
TelemetryCommandStrings
.FormatOptionDescription
59
Description =
TelemetryCommandStrings
.LimitOptionDescription
67
Description =
TelemetryCommandStrings
.FollowOptionDescription
76
option.Description =
TelemetryCommandStrings
.TraceIdOptionDescription;
85
Description =
TelemetryCommandStrings
.HasErrorOptionDescription
114
string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.SelectAppHost,
TelemetryCommandStrings
.SelectAppHostAction),
127
interactionService.DisplayError(
TelemetryCommandStrings
.DashboardApiNotAvailable);
Commands\TelemetryLogsCommand.cs (6)
44
Description =
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));
251
table.AddBoldColumn(
TelemetryCommandStrings
.HeaderTimestamp);
252
table.AddBoldColumn(
TelemetryCommandStrings
.HeaderName);
253
table.AddBoldColumn(
TelemetryCommandStrings
.HeaderSpans);
254
table.AddBoldColumn(
TelemetryCommandStrings
.HeaderDuration);
255
table.AddBoldColumn(
TelemetryCommandStrings
.HeaderStatus);
Resources\TelemetryCommandStrings.Designer.cs (1)
42
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.TelemetryCommandStrings", typeof(
TelemetryCommandStrings
).Assembly);