cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

View SignalR/Websocket Requests/Responses

Jam
Frequent Guest

Hello, is it possible to view SignalR/Websocket requests and responses within DT. I can see the various SignalR/Websocket send/receive messages within Chrome DevTools under the Network -> WS (Web Sockets) tab and wondered if I can view something similar in DT.

 

Many thanks in advance.

4 REPLIES 4

AntonioSousa
DynaMight Guru
DynaMight Guru

I have had a project in the past where I was able to see them. They are visible in the RUM waterfalls. In the case that I analyzed, SignalR connections were being made from the browser to a localhost service.

Antonio Sousa

Hello, thank you for the response, I do see in the waterfall analysis of the page in DT the WebSocket/SignalR start and negotiate requests but unfortunately and more importantly I do not see the WebSocket/SignalR connect request in DT. When looking at this WebSocket/SignalR connect request in the Chrome Dev Tools, you are then able to drill further down on this request and it displays the WebSocket/SignalR request/response messages, which seem to be the back and forth traffic on that respective WebSocket/SignalR connection and their timings, etc and I would like to know if those messages are viewable in DT at all? 

 

Many thanks.

Bert_VanderHeyd
DynaMight Pro
DynaMight Pro

I am also searching for WebSocket/SignalR support.

AntonioSousa
DynaMight Guru
DynaMight Guru

If your SignalR is talking to localhost, which is the common scenario, you will see the calls in RUM. But they won't be available in Dynatrace, because the code is running on the client's computer, which is typically not instrumented by OneAgent.

Antonio Sousa

Featured Posts