Reputation: 11
I am looking for a way to monitor the exact size of each message sent through an aspnetCORE SignalR hub (both directions). I tried to use DI, middleware, HubDispatcher including inheriting IHubProtocol in HubConnectionContext since it seemed the most reasonable solution but had no result. All the other approaches I found may suit for the old SignalR but not for the netcore's one. Client's monitoring also won't do. Does someone have hands-on experience, at least using some Prometheus exporter?
Upvotes: 1
Views: 478