1 write to Properties
Aspire.Dashboard (1)
Telemetry\OperationContext.cs (1)
28Properties = properties
16 references to Properties
Aspire.Dashboard (12)
Components\Pages\ComponentTelemetryContext.cs (2)
108correlatedWith: _initializeCorrelation?.Properties); 129correlatedWith: _initializeCorrelation?.Properties);
Model\DashboardCommandExecutor.cs (1)
50var operationId = startEvent.Properties.FirstOrDefault();
Telemetry\DashboardTelemetrySender.cs (1)
63foreach (var property in context.Properties)
Telemetry\DashboardTelemetryService.cs (8)
116context.Properties[0].SetValue(response.OperationId); 117context.Properties[1].SetValue(response.Correlation); 162context.Properties[0].SetValue(response.OperationId); 163context.Properties[1].SetValue(response.Correlation); 209context.Properties[0].SetValue(response); 237context.Properties[0].SetValue(response); 265context.Properties[0].SetValue(response); 294context.Properties[0].SetValue(response);
Aspire.Dashboard.Tests (4)
Telemetry\ComponentTelemetryContextTests.cs (2)
36Assert.Single(initializeOperation.Properties); 46Assert.Single(parametersUpdateOperation.Properties);
Telemetry\DashboardTelemetryServiceTests.cs (2)
63telemetryService.PostOperation("testOperation", TelemetryResult.Success, correlatedWith: context.Properties); 149telemetryService.PostOperation("testOperation", TelemetryResult.Success, correlatedWith: context.Properties);