Skip to content

Commit

Permalink
metrics-pusher update README
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-oleynik committed Aug 1, 2024
1 parent 60bfaae commit 68f5211
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 @@ -15,7 +15,7 @@ docker run -v /var/run/docker.sock:/var/run/docker.sock \
scalableminds/metrics-pusher
```

This will scrape all containers with label `gather.logs=true`.
This will scrape all specified endpoints.

## Configuration

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. 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. |

0 comments on commit 68f5211

Please sign in to comment.