How do I monitor metrics specific to Server Sent Events (SSE) in Spring?
We are using a SpringBoot service that uses SseEmitter to implement Server Sent Events back to the client.
We are using a SpringBoot service that uses SseEmitter to implement Server Sent Events back to the client.