Skip to content

Commit

Permalink
metrics-pusher update ENDPOINTS description
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-oleynik committed Aug 1, 2024
1 parent 68f5211 commit 7a4e839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metrics-pusher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ docker run -v /var/run/docker.sock:/var/run/docker.sock \
-e SCRAPE_INTERVAL=60 \
-e AUTH_USER="<user>" \
-e AUTH_PASSWORD="<password>" \
-e ENDPOINTS="http://<domain1>,http://<domain2>" \
-e ENDPOINTS="http://<domain1>/metrics,http://<domain2>/metrics" \
scalableminds/metrics-pusher
```

Expand All @@ -28,5 +28,5 @@ Environment Variables:
| `SCRAPE_INTERVAL` | Scrape interval in seconds. Default to 60. |
| `AUTH_USER` | User for Basic Auth |
| `AUTH_PASSWORD` | Password for Basic Auth |
| `ENDPOINTS` | Comma separated list of URLs. Each endpoint will be scraped once per interval. Allows at most one URL per hostname. |
| `ENDPOINTS` | Comma separated list of URLs. Each endpoint will be scraped once per interval. Allows at most one URL per hostname (e.g. `http://node_exporter:9100/metrics`) |

0 comments on commit 7a4e839

Please sign in to comment.