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)
102correlatedWith: _initializeCorrelation?.Properties); 116correlatedWith: _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)
106context.Properties[0].SetValue(response.OperationId); 107context.Properties[1].SetValue(response.Correlation); 152context.Properties[0].SetValue(response.OperationId); 153context.Properties[1].SetValue(response.Correlation); 199context.Properties[0].SetValue(response); 227context.Properties[0].SetValue(response); 255context.Properties[0].SetValue(response); 284context.Properties[0].SetValue(response);
Aspire.Dashboard.Tests (4)
Telemetry\ComponentTelemetryContextTests.cs (2)
35Assert.Single(initializeOperation.Properties); 45Assert.Single(parametersUpdateOperation.Properties);
Telemetry\DashboardTelemetryServiceTests.cs (2)
63telemetryService.PostOperation("testOperation", TelemetryResult.Success, correlatedWith: context.Properties); 149telemetryService.PostOperation("testOperation", TelemetryResult.Success, correlatedWith: context.Properties);