feat: add apisix/etcd/grafana/prometheus
This commit is contained in:
16
src/prometheus/.env.example
Normal file
16
src/prometheus/.env.example
Normal file
@@ -0,0 +1,16 @@
|
||||
# Prometheus Environment Variables
|
||||
|
||||
# Prometheus image version
|
||||
PROMETHEUS_VERSION=v3.5.0
|
||||
|
||||
# Host port mapping (maps to Prometheus port 9090 in container)
|
||||
PROMETHEUS_PORT_OVERRIDE=9090
|
||||
|
||||
# How long to retain data (examples: 15d, 30d, 1y)
|
||||
PROMETHEUS_RETENTION_TIME=15d
|
||||
|
||||
# Maximum storage size (empty = unlimited, examples: 10GB, 1TB)
|
||||
PROMETHEUS_RETENTION_SIZE=
|
||||
|
||||
# External URL for Prometheus (used for links and redirects)
|
||||
PROMETHEUS_EXTERNAL_URL=http://localhost:9090
|
||||
Reference in New Issue
Block a user