DevEnv: Enable remote write for prometheus (#46256)

pull/46124/head
Todd Treece 4 years ago committed by GitHub
parent fa31508b93
commit cf9f76319a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      devenv/docker/blocks/prometheus/docker-compose.yaml

@ -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…
Cancel
Save