17 references to StartJsonRpcServerCall
Aspire.Hosting (15)
Backchannel\AppHostRpcTarget.cs (3)
180
using var activity = profilingTelemetry.
StartJsonRpcServerCall
(nameof(GetDashboardUrlsAsync), streaming: false);
211
using var activity = profilingTelemetry.
StartJsonRpcServerCall
(nameof(GetCapabilitiesAsync), streaming: false);
293
using var activity = profilingTelemetry.
StartJsonRpcServerCall
(nameof(GetPipelineStepsAsync), streaming: false, request?.TraceContext);
Backchannel\AuxiliaryBackchannelRpcTarget.cs (12)
49
using var activity = profilingTelemetry.
StartJsonRpcServerCall
(nameof(GetCapabilitiesAsync), streaming: false, request?.TraceContext);
65
using var activity = profilingTelemetry.
StartJsonRpcServerCall
(nameof(GetAppHostInfoAsync), streaming: false, request?.TraceContext);
88
using var activity = profilingTelemetry.
StartJsonRpcServerCall
(nameof(GetDashboardInfoAsync), streaming: false, request?.TraceContext);
119
using var activity = profilingTelemetry.
StartJsonRpcServerCall
(nameof(GetResourcesAsync), streaming: false, request?.TraceContext);
143
using var activity = profilingTelemetry.
StartJsonRpcServerCall
(nameof(WatchResourcesAsync), streaming: true, request?.TraceContext);
223
using var activity = profilingTelemetry.
StartJsonRpcServerCall
(nameof(CallMcpToolAsync), streaming: false, request.TraceContext);
256
using var activity = profilingTelemetry.
StartJsonRpcServerCall
(nameof(StopAsync), streaming: false, request?.TraceContext);
270
using var activity = profilingTelemetry.
StartJsonRpcServerCall
(nameof(ExecuteResourceCommandAsync), streaming: false, request.TraceContext);
630
using var activity = profilingTelemetry.
StartJsonRpcServerCall
(nameof(WaitForResourceAsync), streaming: false, request.TraceContext);
918
using var activity = profilingTelemetry.
StartJsonRpcServerCall
(nameof(GetDashboardUrlsAsync), streaming: false);
941
using var activity = profilingTelemetry.
StartJsonRpcServerCall
(nameof(WaitForAppHostReadyAsync), streaming: false, request?.TraceContext);
1575
using var activity = profilingTelemetry.
StartJsonRpcServerCall
(rpcMethodName, streaming: true, traceContext);
Aspire.Hosting.Tests (2)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (1)
2238
using var activity = profilingTelemetry.
StartJsonRpcServerCall
(nameof(AuxiliaryBackchannelRpcTarget.GetDashboardUrlsAsync), streaming: false);
Backchannel\BackchannelContractTests.cs (1)
279
using var activity = telemetry.
StartJsonRpcServerCall
(