Skip to content

Instantly share code, notes, and snippets.

@tembleking
Created October 5, 2018 22:54
Show Gist options
  • Save tembleking/c029ef2c4114ffa79a70f9def1c131a1 to your computer and use it in GitHub Desktop.
Save tembleking/c029ef2c4114ffa79a70f9def1c131a1 to your computer and use it in GitHub Desktop.
JMX Sysdig Configuration Example
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