DevEnv: Enable remote write for prometheus (#46256)

This commit is contained in:
Todd Treece 2022-03-14 09:18:33 -04:00 committed by GitHub
parent fa31508b93
commit cf9f76319a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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