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

Commit 1a2c9da

Browse files
author
Mark Stevens
authored
updated readme (#22)
Signed-off-by: Mark <mark.stevens@infinityworks.com>
1 parent ecb1c73 commit 1a2c9da

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# docker-prometheus
2+
This repository contains code to create an image that runs Prometheus to be used within AWS.
3+
A version of Prometheus is downloaded based on the PROMETHEUS_VERSION arg within the Dockerfile. Prometheus configuration files are then
4+
fetched from S3 and Prometheus is started.
5+
6+
7+
# Required Environment Variables
8+
9+
| Key | Description |
10+
|----------------------------|----------------------------------------------------------|
11+
| PROMETHEUS_CONFIG_S3_BUCKET | The ID of the config S3 bucket |
12+
| PROMETHEUS_CONFIG_S3_PREFIX | The directory path of the config files within the bucket |
13+
| AWS_ACCESS_KEY_ID | AWS access key |
14+
| AWS_SECRET_ACCESS_KEY | AWS secret access key |
15+
16+
17+
218

3-
# Description
4-
Repo for the DataWorks Prometheus Docker image
519

0 commit comments

Comments
 (0)