Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
updated readme (#22)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark <[email protected]>
  • Loading branch information
Mark Stevens authored Sep 24, 2021
1 parent ecb1c73 commit 1a2c9da
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# docker-prometheus
This repository contains code to create an image that runs Prometheus to be used within AWS.
A version of Prometheus is downloaded based on the PROMETHEUS_VERSION arg within the Dockerfile. Prometheus configuration files are then
fetched from S3 and Prometheus is started.


# Required Environment Variables

| Key | Description |
|----------------------------|----------------------------------------------------------|
| PROMETHEUS_CONFIG_S3_BUCKET | The ID of the config S3 bucket |
| PROMETHEUS_CONFIG_S3_PREFIX | The directory path of the config files within the bucket |
| AWS_ACCESS_KEY_ID | AWS access key |
| AWS_SECRET_ACCESS_KEY | AWS secret access key |




# Description
Repo for the DataWorks Prometheus Docker image

0 comments on commit 1a2c9da

Please sign in to comment.