7 references to Events
Aspire.Hosting.RemoteHost (7)
Diagnostics\RemoteHostProfilingTelemetry.cs (7)
364AddEvent(authenticated ? Events.AuthenticationAccepted : Events.AuthenticationRejected); 369activity?.AddEvent(new ActivityEvent(Events.JsonRpcClientConnected, tags: new ActivityTagsCollection 378AddEvent(Events.JsonRpcConnectionClosed); 381public void AddJsonRpcListening() => AddEvent(Events.JsonRpcListening); 383public void AddJsonRpcServerListening() => AddEvent(Events.JsonRpcServerListening); 451activity.AddEvent(new ActivityEvent(Events.Exception, tags: new ActivityTagsCollection