mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DevEnv: Enable remote write for prometheus (#46256)
This commit is contained in:
parent
fa31508b93
commit
cf9f76319a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user