Skip to content

Commit c3248f1

Browse files
Update instrumentation/jmx-metrics/library/tomcat.md
Co-authored-by: SylvainJuge <[email protected]>
1 parent 6f69f76 commit c3248f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

instrumentation/jmx-metrics/library/tomcat.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ Here is the list of metrics based on MBeans exposed by Tomcat.
1111
| tomcat.request.duration.max | Gauge | tomcat.request_processor.name | The longest request processing time. |
1212
| tomcat.request.duration.sum | Counter | tomcat.request_processor.name | Total time of processing all requests. |
1313
| tomcat.network.io | Counter | tomcat.request_processor.name, network.io.direction | The number of bytes transmitted. |
14-
| tomcat.thread.count | UpDownCounter | tomcat.thread_pool.name | Total thread count of the thread pool. |
15-
| tomcat.thread.max | UpDownCounter | tomcat.thread_pool.name | Maximum thread count of the thread pool. |
16-
| tomcat.thread.busy.count | UpDownCounter | tomcat.thread_pool.name | Number of busy threads in the thread pool. |
14+
| tomcat.thread.count | UpDownCounter | tomcat.thread.pool.name | Total thread count of the thread pool. |
15+
| tomcat.thread.max | UpDownCounter | tomcat.thread.pool.name | Maximum thread count of the thread pool. |
16+
| tomcat.thread.busy.count | UpDownCounter | tomcat.thread.pool.name | Number of busy threads in the thread pool. |

0 commit comments

Comments
 (0)