docs(inputs.tomcat): clean up fields (#12018)
This commit is contained in:
parent
ab293e853c
commit
e13fe616fe
|
|
@ -35,28 +35,23 @@ See the [Tomcat documentation][1] for details of these statistics.
|
||||||
|
|
||||||
- tomcat_jvm_memory
|
- tomcat_jvm_memory
|
||||||
- free
|
- free
|
||||||
- total
|
|
||||||
- max
|
- max
|
||||||
|
- total
|
||||||
- tomcat_jvm_memorypool
|
- tomcat_jvm_memorypool
|
||||||
- max_threads
|
- committed
|
||||||
- current_thread_count
|
- init
|
||||||
- current_threads_busy
|
- max
|
||||||
- max_time
|
- used
|
||||||
- processing_time
|
|
||||||
- request_count
|
|
||||||
- error_count
|
|
||||||
- bytes_received
|
|
||||||
- bytes_sent
|
|
||||||
- tomcat_connector
|
- tomcat_connector
|
||||||
- max_threads
|
- bytes_received
|
||||||
- current_thread_count
|
- bytes_sent
|
||||||
- current_thread_busy
|
- current_thread_busy
|
||||||
|
- current_thread_count
|
||||||
|
- error_count
|
||||||
|
- max_threads
|
||||||
- max_time
|
- max_time
|
||||||
- processing_time
|
- processing_time
|
||||||
- request_count
|
- request_count
|
||||||
- error_count
|
|
||||||
- bytes_received
|
|
||||||
- bytes_sent
|
|
||||||
|
|
||||||
### Tags
|
### Tags
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue