33 references to TelemetryCommandStrings
aspire (33)
Commands\TelemetryCommand.cs (1)
30
: base("otel",
TelemetryCommandStrings
.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\TelemetryCommandHelpers.cs (8)
36
Description =
TelemetryCommandStrings
.ResourceArgumentDescription,
50
Description =
TelemetryCommandStrings
.FormatOptionDescription
58
Description =
TelemetryCommandStrings
.LimitOptionDescription
66
Description =
TelemetryCommandStrings
.FollowOptionDescription
75
option.Description =
TelemetryCommandStrings
.TraceIdOptionDescription;
84
Description =
TelemetryCommandStrings
.HasErrorOptionDescription
113
string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.SelectAppHost,
TelemetryCommandStrings
.SelectAppHostAction),
126
interactionService.DisplayError(
TelemetryCommandStrings
.DashboardApiNotAvailable);
Commands\TelemetryLogsCommand.cs (6)
43
Description =
TelemetryCommandStrings
.SeverityOptionDescription
57
: base("logs",
TelemetryCommandStrings
.LogsDescription, features, updateNotifier, executionContext, interactionService, telemetry)
90
_interactionService.DisplayError(
TelemetryCommandStrings
.LimitMustBePositive);
163
_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture,
TelemetryCommandStrings
.FailedToFetchTelemetry, ex.Message));
175
_interactionService.DisplayError(
TelemetryCommandStrings
.UnexpectedContentType);
201
_interactionService.DisplayError(
TelemetryCommandStrings
.UnexpectedContentType);
Commands\TelemetrySpansCommand.cs (5)
53
: base("spans",
TelemetryCommandStrings
.SpansDescription, features, updateNotifier, executionContext, interactionService, telemetry)
86
_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\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);