Browse Source

Update 'monitoring/agent.conf'

master
petep 2 years ago
parent
commit
ba3a06ec4c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      monitoring/agent.conf

+ 2
- 2
monitoring/agent.conf View File

@@ -1,7 +1,7 @@
agent {

proxy {
hostname = "prom_prox" // Proxy hostname
hostname = prom_prox // Proxy hostname
port = 50051 // Proxy port
}

@@ -19,7 +19,7 @@ agent {
{
name: "Proxy metrics"
path: proxy_metrics
url: "http://prom_prox:8082/metrics"
url: "http://172.17.0.2:8082/metrics"
//url: "http://"${?HOSTNAME}":8082/metrics"
}
{


Loading…
Cancel
Save