https://bz.apache.org/bugzilla/show_bug.cgi?id=63362

--- Comment #4 from marek.gregor <marek.gre...@gmail.com> ---
Our code has implementation of feeding metrics with sent/received number of
bytes from web server. Generally the metrics is important to check amount of
data transferred  from/to web application in elegant way - that means we do not
need implement counting by ourselves for every API endpoint in our app (HTTP or
Websocket). We had migrated our app from Wildfly, which counts Websocket + HTTP
communication together correctly, but I understand that this is not feature
crucial to be present there. So we are ok also with decision, that the counting
will be implemented by ourselves - albeit take the numbers collected by Tomcat
is the easier option ;)

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to