mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
Merge pull request #5544 from jberryman/08-06-2020-telemetry-fixup
Fix telemetry reporting of transport (websocket was reported as http)
This commit is contained in:
commit
788d8678a7
@ -352,7 +352,7 @@ onStart env serverEnv wsConn (StartMsg opId q) = catchAndIgnore $ do
|
||||
E.GExPRemote rsi opDef ->
|
||||
runRemoteGQ timerTot telemCacheHit execCtx requestId userInfo reqHdrs opDef rsi
|
||||
where
|
||||
telemTransport = Telem.HTTP
|
||||
telemTransport = Telem.WebSocket
|
||||
runHasuraGQ
|
||||
:: ExceptT () m DiffTime
|
||||
-> Telem.CacheHit
|
||||
|
Loading…
Reference in New Issue
Block a user