From e13fe616fe1457e26d9cf2f4c5418eaf6130e829 Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Mon, 17 Oct 2022 07:15:22 -0600 Subject: [PATCH] docs(inputs.tomcat): clean up fields (#12018) --- plugins/inputs/tomcat/README.md | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/plugins/inputs/tomcat/README.md b/plugins/inputs/tomcat/README.md index 6022644ed..504fb58f7 100644 --- a/plugins/inputs/tomcat/README.md +++ b/plugins/inputs/tomcat/README.md @@ -35,28 +35,23 @@ See the [Tomcat documentation][1] for details of these statistics. - tomcat_jvm_memory - free - - total - max + - total - tomcat_jvm_memorypool - - max_threads - - current_thread_count - - current_threads_busy - - max_time - - processing_time - - request_count - - error_count - - bytes_received - - bytes_sent + - committed + - init + - max + - used - tomcat_connector - - max_threads - - current_thread_count + - bytes_received + - bytes_sent - current_thread_busy + - current_thread_count + - error_count + - max_threads - max_time - processing_time - request_count - - error_count - - bytes_received - - bytes_sent ### Tags