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 ActiveMQ Metrics #1833

Merged
merged 3 commits into from
Oct 25, 2021

Conversation

anphn-mtt
Copy link
Contributor

Description

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

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

Metrics follow following format

        ## activemq_queue_*
        ## activemq_topic_*
        ## activemq_*_QueueSize
        ## activemq_broker_AverageMessageSize
        ## activemq_broker_CurrentConnectionsCount
        ## activemq_broker_MemoryLimit
        ## activemq_broker_StoreLimit
        ## activemq_broker_TempLimit
        ## activemq_broker_TotalConnectionsCount
        ## activemq_broker_TotalConnectionsCountactivemq_broker_TotalProducerCount
        ## activemq_broker_TotalConsumerCount
        ## activemq_broker_TotalDequeueCount
        ## activemq_broker_TotalEnqueueCount
        ## activemq_broker_TotalMessageCount
        ## activemq_broker_TotalProducerCount
        ## activemq_broker_UptimeMillis
        ## activemq_jvm_memory_HeapMemoryUsage_max
        ## activemq_jvm_memory_HeapMemoryUsage_used
        ## activemq_jvm_memory_NonHeapMemoryUsage_used
        ## activemq_jvm_runtime_Uptime
        ## activemq_OperatingSystem_FreePhysicalMemorySize
        ## activemq_OperatingSystem_SystemCpuLoad
        ## activemq_OperatingSystem_TotalPhysicalMemorySize
     
     ```
---

###### 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 October 22, 2021 06:28
@anphn-mtt
Copy link
Contributor Author

anphn-mtt commented Oct 22, 2021

I used regex "activemq_topic_." for panel "Number of Topics" and "activemq_queue_." for panel "Number of Queues"

anphn-mtt and others added 2 commits October 24, 2021 12:37
Co-authored-by: Dominik Rosiek <58699848+sumo-drosiek@users.noreply.github.com>
Co-authored-by: Dominik Rosiek <58699848+sumo-drosiek@users.noreply.github.com>
@sumo-drosiek sumo-drosiek merged commit 5e5f4d3 into SumoLogic:main Oct 25, 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.

3 participants