You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently we ran into the situation that our Jira instance had problems responding to web requests. Problem was related to that all tomcat connector threads were in the (time) waiting state. If these metrics data could be exposed, it would help us in better and earlier recognising such a situation.
I am aware of that the thread state is already available for the jvm, however this may include many other unrelated threads as well.
The text was updated successfully, but these errors were encountered:
Recently we ran into the situation that our Jira instance had problems responding to web requests. Problem was related to that all tomcat connector threads were in the (time) waiting state. If these metrics data could be exposed, it would help us in better and earlier recognising such a situation.
I am aware of that the thread state is already available for the jvm, however this may include many other unrelated threads as well.
The text was updated successfully, but these errors were encountered: