Skip to content

Commit 0b7f314

Browse files
authored
Merge pull request #114488 from MikeDodaro/finishMetricsUpdate
Add last four metrics details
2 parents d78d9e8 + c6749ef commit 0b7f314

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/spring-cloud/spring-cloud-concept-metrics.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,9 @@ The following tables show the available metrics and details.
115115
>| jvm.gc.pause.total.count | jvm.gc.pause (total-count) | Count | Total GC count after this JMV started, including Young and Old GC. |
116116
>| 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. |
117117
>| jvm.gc.pause.total.time | jvm.gc.pause (total-time) | Milliseconds | Total GC time consumed after this JMV started, including Young and Old GC. |
118-
>| tomcat.threads.config.max | | | |
119-
>| tomcat.threads.current | | | |
118+
>| tomcat.threads.config.max | tomcat.threads.config.max | Count | Tomcat Config Max Thread Count |
119+
>| tomcat.threads.current | tomcat.threads.current | Count | Tomcat Current Thread Count |
120+
>| tomcat.global.request.avg.time | tomcat.global.request.avg.time | Milliseconds | Tomcat Request Average Time |
120121
121122

122123
### Request
@@ -147,7 +148,7 @@ The following tables show the available metrics and details.
147148
>| tomcat.sessions.expired | tomcat.sessions.expired | Count | Number of sessions that have expired |
148149
>| 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. |
149150
>| 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 |
151152
152153
## See also
153154
* [Getting started with Azure Metrics Explorer](https://docs.microsoft.com/azure/azure-monitor/platform/metrics-getting-started)

0 commit comments

Comments
 (0)