Scott Rankin
10/24/2023, 10:53 PMUpgrade
of a websocket. Do you have any guidance about the best way to assess why this would report such a large value? We don't appear to see websocket connection errors on our libwebsockets.org based client or within our ktor based server in production. Locally we also see this with just kotlin based clients connecting to our service. We are using Netty if it matters. Using ktor 2.3.0.
Is there a particular logger we can turn up to see the activity between ktor and the MicrometerMetrics? I will try to create a minimal example and send a github if I am able to do so. Any assistance would be greatly appreciated.Scott Rankin
10/25/2023, 12:20 AMio.ktor.websocket: "ALL"
io.ktor.server: "ALL"
io.micrometer: "ALL"
but I'm not seeing anything related to this particular Timer or how this metric is started/stopped.Chris Lee
10/25/2023, 12:58 AMScott Rankin
10/25/2023, 3:22 PMScott Rankin
10/25/2023, 3:26 PMChris Lee
10/25/2023, 3:27 PMChris Lee
10/25/2023, 3:28 PM