Phlare: Add devenv block (#60911)

Add Phlare devenv block
pull/60923/head^2
Andrej Ocenas 3 years ago committed by GitHub
parent 1516aa2762
commit 85d8d9c00b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      devenv/docker/blocks/phlare/docker-compose.yaml
  2. 5
      devenv/docker/blocks/phlare/phlare.yaml

@ -0,0 +1,8 @@
phlare:
image: grafana/phlare:latest
command:
- --config.file=/etc/phlare.yaml
ports:
- 4100:4100
volumes:
- ./docker/blocks/phlare/phlare.yaml:/etc/phlare.yaml

@ -0,0 +1,5 @@
scrape_configs:
- job_name: "default"
scrape_interval: "15s"
static_configs:
- targets: ["127.0.0.1:4100"]
Loading…
Cancel
Save