Skip to content

Commit 8ad8974

Browse files
committed
Indentation fixed
1 parent 616014e commit 8ad8974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/jmx-metrics/library/tomcat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ Here is the list of metrics based on MBeans exposed by Tomcat.
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. |
1414
| tomcat.thread.count | UpDownCounter | tomcat.thread.pool.name | Total thread count of the thread pool. |
15-
| tomcat.thread.limit | UpDownCounter | tomcat.thread.pool.name | Maximum thread count of the thread pool. |
15+
| tomcat.thread.limit | UpDownCounter | tomcat.thread.pool.name | Maximum thread count of the thread pool. |
1616
| tomcat.thread.busy.count | UpDownCounter | tomcat.thread.pool.name | Number of busy threads in the thread pool. |

0 commit comments

Comments
 (0)