Created
October 5, 2018 22:54
-
-
Save tembleking/c029ef2c4114ffa79a70f9def1c131a1 to your computer and use it in GitHub Desktop.
JMX Sysdig Configuration Example
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
jmx: | |
per_process_beans: | |
systemStatus: | |
pattern: "Main" | |
beans: | |
- query: "com.sysdig.app:name=SystemStatusExample" | |
attributes: | |
- name: NumberOfSecondsRunning | |
alias: java.app.numberOfSecondsRunning | |
- name: NumberOfUnixSecondsRunning | |
alias: java.app.numberOfUnixSecondsRunning | |
- name: SwitchStatus | |
alias: java.app.switchStatus |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment