Public repo to distribute scripts and config's
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

40 lines
1.1 KiB

  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. name: "tfchainmainpub0302 metrics"
  32. path: tfchainmainpub0302
  33. url: "http://10.41.4.2:9100/metrics"
  34. }
  35. ]
  36. }