prometheus and otlp
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
[Container]
|
||||
Image=quay.io/prometheus/prometheus:latest
|
||||
PublishPort=9090:9090
|
||||
Volume=prometheus-data.volume:/prometheus
|
||||
Volume=./prometheus-config.yml:/etc/prometheus/prometheus.yml:ro
|
||||
Network=monitoring.network
|
||||
HostName=prometheus
|
||||
Exec=--config.file=/etc/prometheus/prometheus.yml --web.enable-otlp-receiver
|
||||
Reference in New Issue
Block a user