Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding remote write configs for Tomcat Metrics #1733

Merged
merged 6 commits into from Sep 24, 2021

Conversation

anphn-mtt
Copy link
Contributor

@anphn-mtt anphn-mtt commented Sep 8, 2021

Description

Added Remote/Write Configs for Tomcat metrics:
List of Metrics are on following page:

https://github.com/influxdata/telegraf/tree/master/plugins/inputs/tomcat

Metrics follow following formart

        ## Metrics follow following format:
        ## tomcat_connector_bytes_received
        ## tomcat_connector_bytes_sent
        ## tomcat_connector_current_thread_busy
        ## tomcat_connector_current_thread_count
        ## tomcat_connector_current_threads_busy
        ## tomcat_connector_error_count
        ## tomcat_connector_max_threads
        ## tomcat_connector_max_time
        ## tomcat_connector_processing_time
        ## tomcat_connector_request_count
        ## tomcat_jmx_jvm_memory_HeapMemoryUsage_max
        ## tomcat_jmx_jvm_memory_HeapMemoryUsage_used
        ## tomcat_jmx_jvm_memory_NonHeapMemoryUsage_max
        ## tomcat_jmx_jvm_memory_NonHeapMemoryUsage_used
        ## tomcat_jmx_OperatingSystem_FreePhysicalMemorySize
        ## tomcat_jmx_OperatingSystem_FreeSwapSpaceSize
        ## tomcat_jmx_OperatingSystem_SystemCpuLoad
        ## tomcat_jmx_OperatingSystem_TotalPhysicalMemorySize
        ## tomcat_jmx_OperatingSystem_TotalSwapSpaceSize
        ## tomcat_jmx_Servlet_processingTime
        ## tomcat_jvm_memory_free
        ## tomcat_jvm_memory_max
        ## tomcat_jvm_memory_total
        ## tomcat_jvm_memorypool_bytes_received
        ## tomcat_jvm_memorypool_bytes_sent
        ## tomcat_jvm_memorypool_current_thread_count
        ## tomcat_jvm_memorypool_current_threads_busy
        ## tomcat_jvm_memorypool_error_count
        ## tomcat_jvm_memorypool_max
        ## tomcat_jvm_memorypool_max_threads
        ## tomcat_jvm_memorypool_max_time
        ## tomcat_jvm_memorypool_processing_time
        ## tomcat_jvm_memorypool_request_count
        ## tomcat_jvm_memorypool_used

Testing performed
  • Redeploy fluentd and fluentd-events pods
  • Confirm events, logs, and metrics are coming in

@anphn-mtt anphn-mtt requested a review from a team as a code owner September 8, 2021 06:49
@pmalek-sumo pmalek-sumo merged commit 56a56c3 into SumoLogic:main Sep 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants