mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 02:32:19 +08:00
DevEnv: Enable remote write for prometheus (#46256)
This commit is contained in:
@ -4,6 +4,12 @@
|
||||
- "9090:9090"
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
command: >
|
||||
--enable-feature=remote-write-receiver
|
||||
--config.file=/etc/prometheus/prometheus.yml
|
||||
--storage.tsdb.path=/prometheus
|
||||
--web.console.libraries=/usr/share/prometheus/console_libraries
|
||||
--web.console.templates=/usr/share/prometheus/consoles
|
||||
|
||||
node_exporter:
|
||||
image: prom/node-exporter
|
||||
|
Reference in New Issue
Block a user