This repository has been archived by the owner on Nov 6, 2023. It is now read-only.
generated from dwp/dataworks-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|