Closed HaofanLiao closed 11 months ago
Management SDK has two transport types: Transient
(REST API), Persistent
(WebSockets). Basically, they have the same functionalities. Is it better to add the OpenTelemetry logging and tracing on the IServiceHubLifetimeManager
level, which has two impl RestHubLifetimeManager<THub>
and WebSocketsHubLifetimeManager<THub>
?