Skip to content

Commit

Permalink
Update jars
Browse files Browse the repository at this point in the history
  • Loading branch information
pambrose committed May 9, 2020
1 parent 93a9dc2 commit e55f2b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/simple.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ proxy {
}

agent {
proxy.hostname = localhost
proxy.hostname = ${HOSTNAME}
admin.enabled: true
metrics.enabled: true

pathConfigs: [
{
name: proxy
path: proxy_metrics
url: "http://localhost:8082/metrics"
url: "http://"${HOSTNAME}":8082/metrics"
}
{
name: agent
path: agent_metrics
url: "http://localhost:8083/metrics"
url: "http://"${HOSTNAME}":8083/metrics"
}
]
}

0 comments on commit e55f2b8

Please sign in to comment.