Public repo to distribute scripts and config's
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 

31 řádky
948 B

  1. agent {
  2. metrics {
  3. standardExportsEnabled = true // Include standard export metrics
  4. memoryPoolsExportsEnabled = true // Include JVM memory pool metrics
  5. garbageCollectorExportsEnabled = true // Include JVM garbage collector metrics
  6. threadExportsEnabled = true // Include JVM thread metrics
  7. classLoadingExportsEnabled = true // Include JVM class loading metrics
  8. versionInfoExportsEnabled = true // Include JVM version info metrics
  9. }
  10. pathConfigs: [
  11. {
  12. name: "Proxy metrics"
  13. path: proxy_metrics
  14. url: "http://localhost:8082/metrics"
  15. //url: "http://"${?HOSTNAME}":8082/metrics"
  16. }
  17. {
  18. name: "Agent metrics"
  19. path: agent_metrics
  20. url: "http://localhost:8083/metrics"
  21. //url: "http://"${?HOSTNAME}":8083/metrics"
  22. }
  23. {
  24. name: "App1 metrics"
  25. path: app1_metrics
  26. url: "http://167.99.43.82:9090/metrics"
  27. }
  28. ]
  29. }