Public repo to distribute scripts and config's
25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- agent {
-
- proxy {
- hostname = prom_prox // Proxy hostname
- port = 50051 // Proxy port
- }
-
-
- metrics {
- standardExportsEnabled = true // Include standard export metrics
- memoryPoolsExportsEnabled = true // Include JVM memory pool metrics
- garbageCollectorExportsEnabled = true // Include JVM garbage collector metrics
- threadExportsEnabled = true // Include JVM thread metrics
- classLoadingExportsEnabled = true // Include JVM class loading metrics
- versionInfoExportsEnabled = true // Include JVM version info metrics
- }
-
- pathConfigs: [
- {
- name: "Proxy metrics"
- path: proxy_metrics
- url: "http://172.17.0.2:8082/metrics"
- //url: "http://"${?HOSTNAME}":8082/metrics"
- }
- {
- name: "Agent metrics"
- path: agent_metrics
- url: "http://localhost:8083/metrics"
- //url: "http://"${?HOSTNAME}":8083/metrics"
- }
- {
- name: "App1 metrics"
- path: app1_metrics
- url: "http://167.99.43.82:9090/metrics"
- }
- ]
- }
|