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ů.
 

35 řádky
1012 B

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