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
Copy file name to clipboardExpand all lines: articles/spring-cloud/spring-cloud-concept-metrics.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,8 +115,9 @@ The following tables show the available metrics and details.
115
115
>| jvm.gc.pause.total.count | jvm.gc.pause (total-count) | Count | Total GC count after this JMV started, including Young and Old GC. |
116
116
>| GCPauseTotalTime<br><br>GC Pause Total Time (deprecated) | jvm.gc.pause (total-time) | Milliseconds | Total GC time consumed after this JMV started, including Young and Old GC. |
117
117
>| jvm.gc.pause.total.time | jvm.gc.pause (total-time) | Milliseconds | Total GC time consumed after this JMV started, including Young and Old GC. |
>| tomcat.global.request.avg.time | tomcat.global.request.avg.time | Milliseconds | Tomcat Request Average Time |
120
121
121
122
122
123
### Request
@@ -147,7 +148,7 @@ The following tables show the available metrics and details.
147
148
>| tomcat.sessions.expired | tomcat.sessions.expired | Count | Number of sessions that have expired |
148
149
>| TomcatSessionRejectedCount<br><br>Tomcat Session Rejected Count (deprecated) | tomcat.sessions.rejected | Count | Number of sessions that were not created because the maximum number of active sessions reached. |
149
150
>| tomcat.sessions.rejected | tomcat.sessions.rejected | Count | Number of sessions that were not created because the maximum number of active sessions reached. |
150
-
>| tomcat.sessions.active.current |||
151
+
>| tomcat.sessions.active.current |tomcat.sessions.active.current|Count | Tomcat Session Active Count|
151
152
152
153
## See also
153
154
*[Getting started with Azure Metrics Explorer](https://docs.microsoft.com/azure/azure-monitor/platform/metrics-getting-started)
0 commit comments