We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5901bea commit 80f3399Copy full SHA for 80f3399
README.md
@@ -93,7 +93,7 @@ Start the proxy and an agent in separate shells on your local machine:
93
```bash
94
$ docker run --rm -p 8082:8082 -p 50051:50051 -p 8080:8080 \
95
-e HOSTNAME=${HOSTNAME} \
96
- -e PROXY_CONFIG='https://raw.githubusercontent.com/pambrose/prometheus-proxy/master/examples/simple.conf' \
+ -e ENABLE_METRICS=true \
97
pambrose/prometheus-proxy:1.0.0
98
```
99
0 commit comments