Created
June 2, 2016 00:24
-
-
Save jayankandathil/7af84898bd33dcb1e61ce4096b6f0fd4 to your computer and use it in GitHub Desktop.
New Relic YAML extension to monitor AEM Apache Sling Job Queues (goes in /extensions)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Custom JMX | |
version: 1.0 | |
enabled: true | |
jmx: | |
- object_name: "java.lang:type=Threading" | |
metrics: | |
- attributes: ThreadCount, PeakThreadCount, DeamonThreadCount, TotalStartedThreadCount | |
- object_name: "org.apache.sling:type=queues,name=AllQueues" | |
metrics: | |
- attributes: AverageProcessingTime, AverageWaitingTime, NumberOfProcessedJobs, NumberOfFailedJobs, NumberOfQueuedJobs, NumberOfActiveJobs, NumberOfJobs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment