4 references to TelemetryPropertyValues
Aspire.Dashboard (4)
Components\Controls\ResourceDetails.razor.cs (1)
281
new ComponentTelemetryProperty(TelemetryPropertyKeys.ResourceType, new AspireTelemetryProperty(
TelemetryPropertyValues
.GetResourceTypeTelemetryValue(Resource.ResourceType)))
Components\Pages\Resources.razor.cs (1)
865
new(TelemetryPropertyKeys.ResourceTypes, new AspireTelemetryProperty(_resourceByName.Values.Select(r =>
TelemetryPropertyValues
.GetResourceTypeTelemetryValue(r.ResourceType)).OrderBy(t => t).ToList()))
Model\DashboardCommandExecutor.cs (2)
46
{ TelemetryPropertyKeys.ResourceType, new AspireTelemetryProperty(
TelemetryPropertyValues
.GetResourceTypeTelemetryValue(resource.ResourceType)) },
47
{ TelemetryPropertyKeys.CommandName, new AspireTelemetryProperty(
TelemetryPropertyValues
.GetCommandNameTelemetryValue(command.Name)) },