https://github.com/wileylabs/dynatrace-extensions
Custom dynatrace extensions
https://github.com/wileylabs/dynatrace-extensions
apache-activemq-artemis dynatrace hikari
Last synced: 4 months ago
JSON representation
Custom dynatrace extensions
- Host: GitHub
- URL: https://github.com/wileylabs/dynatrace-extensions
- Owner: WileyLabs
- License: mit
- Created: 2019-04-10T20:34:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-03T20:25:13.000Z (over 5 years ago)
- Last Synced: 2025-10-06T21:29:55.147Z (9 months ago)
- Topics: apache-activemq-artemis, dynatrace, hikari
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Custom dynatrace extensions
## Hikari Connection Pool
Hikari is a default Connection Pool used in Spring Boot 2. In order to enable monitoring Hikari's MBeans have to be [registered first](https://github.com/brettwooldridge/HikariCP/wiki/MBean-%28JMX%29-Monitoring-and-Management). For Spring Boot 2 set `spring.datasource.hikari.register-mbeans: true`
Once application is configured and MBeans are registered new charts under "HikariCP" section would appear at the Process "Further Details" page.
## Apache ActiveMQ Artemis
Artemis is JMS2.0-compatible message broker. This dynatrace extension adds few new charts:
- High level broker health as the key metric at primary process and Further Details pages
- Health metrics for each queue/topic configured on broker on Further Details page
In order to enable monitoring [role-based authorization has to be configured](https://activemq.apache.org/components/artemis/documentation/latest/management.html#role-based-authorisation-for-jmx) to enable at least read access without credentials for Dynatrace.