Skip to content

Commit 1dcd568

Browse files
committed
Readme updates
1 parent 0dc6775 commit 1dcd568

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

instrumentation/jmx-metrics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ No targets are enabled by default. The supported target environments are listed
2929
- [camel](javaagent/camel.md)
3030
- [jetty](javaagent/jetty.md)
3131
- [kafka-broker](javaagent/kafka-broker.md)
32-
- [tomcat](javaagent/tomcat.md)
32+
- [tomcat](library/tomcat.md)
3333
- [wildfly](javaagent/wildfly.md)
3434
- [hadoop](javaagent/hadoop.md)
3535

instrumentation/jmx-metrics/library/tomcat.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
Here is the list of metrics based on MBeans exposed by Tomcat.
44

5-
| Metric Name | Type | Attributes | Description |
6-
|--------------------------------|---------------|-----------------------------------------------------|-----------------------------------------|
7-
| tomcat.active_session.count | UpDownCounter | tomcat.context | The number of active sessions. |
8-
| tomcat.error.count | Counter | tomcat.request_processor.name | The number of errors. |
9-
| tomcat.request.count | Counter | tomcat.request_processor.name | The number of requests processed. |
10-
| tomcat.request.duration.max | Gauge | tomcat.request_processor.name | The longest request processing time. |
11-
| tomcat.request.processing_time | Counter | tomcat.request_processor.name | Total time for processing all requests. |
12-
| tomcat.network.io | Counter | tomcat.request_processor.name, network.io.direction | The number of bytes transmitted. |
13-
| tomcat.thread.count | UpDownCounter | tomcat.thread_pool.name, tomcat.thread.state | Thread Count of the Thread Pool |
5+
| Metric Name | Type | Attributes | Description |
6+
|--------------------------------|---------------|-----------------------------------------------------|---------------------------------------------|
7+
| tomcat.active_session.count | UpDownCounter | tomcat.context | The number of active sessions. |
8+
| tomcat.error.count | Counter | tomcat.request_processor.name | The number of errors. |
9+
| tomcat.request.count | Counter | tomcat.request_processor.name | The number of requests processed. |
10+
| tomcat.request.duration.max | Gauge | tomcat.request_processor.name | The longest request processing time. |
11+
| tomcat.request.processing_time | Counter | tomcat.request_processor.name | Total time for processing all requests. |
12+
| tomcat.network.io | Counter | tomcat.request_processor.name, network.io.direction | The number of bytes transmitted. |
13+
| tomcat.thread.count | UpDownCounter | tomcat.thread_pool.name | Total thread count of the thread pool. |
14+
| tomcat.thread.busy.count | UpDownCounter | tomcat.thread_pool.name | Number of busy threads in the thread pool. |

0 commit comments

Comments
 (0)