1 write to Properties
Aspire.Dashboard (1)
Telemetry\OperationContext.cs (1)
28Properties = properties
17 references to Properties
Aspire.Dashboard (13)
Components\Pages\ComponentTelemetryContext.cs (2)
108correlatedWith: _initializeCorrelation?.Properties); 129correlatedWith: _initializeCorrelation?.Properties);
Mcp\McpExtensions.cs (1)
81operationId = startToolCall.Properties.FirstOrDefault();
Model\DashboardCommandExecutor.cs (1)
48var operationId = startEvent.Properties.FirstOrDefault();
Telemetry\DashboardTelemetrySender.cs (1)
63foreach (var property in context.Properties)
Telemetry\DashboardTelemetryService.cs (8)
117context.Properties[0].SetValue(response.OperationId); 118context.Properties[1].SetValue(response.Correlation); 163context.Properties[0].SetValue(response.OperationId); 164context.Properties[1].SetValue(response.Correlation); 210context.Properties[0].SetValue(response); 238context.Properties[0].SetValue(response); 266context.Properties[0].SetValue(response); 295context.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);