Public repo to distribute scripts and config's
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

31 lignes
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. }