1 write to _componentId
Aspire.Dashboard (1)
Components\Pages\ComponentTelemetryContext.cs (1)
45
_componentId
= componentId;
3 references to _componentId
Aspire.Dashboard (3)
Components\Pages\ComponentTelemetryContext.cs (3)
56
Properties[TelemetryPropertyKeys.DashboardComponentId] = new AspireTelemetryProperty(
_componentId
);
100
logger.LogWarning("Telemetry service for '{ComponentType}' is not initialized. Cannot post properties.",
_componentId
);
116
{ TelemetryPropertyKeys.DashboardComponentId, new AspireTelemetryProperty(
_componentId
) },