Guest User

Untitled

a guest
Oct 17th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. init_config:
  2.  
  3. instances:
  4. - host: localhost
  5. port: JMX_PORT
  6. user: JMX_USER
  7. password: JMX_PASSWORD
  8.  
  9. conf:
  10. - include:
  11. domain: java.lang
  12. type: MemoryPool
  13. attribute:
  14. Usage.used:
  15. alias: jvm.memory_pool.used
  16. metric_type: gauge
  17. Usage.max:
  18. alias: jvm.memory_pool.max
  19. metric_type: gauge
  20. Usage.init:
  21. alias: jvm.memory_pool.init
  22. metric_type: gauge
  23. Usage.committed:
  24. alias: jvm.memory_pool.committed
  25. metric_type: gauge
  26. - include:
  27. domain: java.lang
  28. type: GarbageCollector
  29. attribute:
  30. CollectionCount:
  31. alias: jvm.gc.count
  32. metric_type: gauge
  33. CollectionTime:
  34. alias: jvm.gc.time
  35. metric_type: gauge
Add Comment
Please, Sign In to add comment