Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ fetched from S3 and Prometheus is started.
| AWS_ACCESS_KEY_ID | AWS access key |
| AWS_SECRET_ACCESS_KEY | AWS secret access key |

# Optional Environment Variables




| Key | Description |
|-------------------|-----------------------------------------------------------------------------------------------------------------------------|
| PROMETHEUS_FLAGS | Pass additional flags to prometheus. [refer to docs](https://prometheus.io/docs/prometheus/latest/command-line/prometheus/) |
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ exec /bin/prometheus \
--storage.tsdb.min-block-duration=2h \
--storage.tsdb.max-block-duration=2h \
--storage.tsdb.retention.time=3d \
--log.level=${LOG_LEVEL}
--log.level=${LOG_LEVEL} \
${PROMETHEUS_FLAGS}