Phlare: Add devenv block (#60911)

Add Phlare devenv block
This commit is contained in:
Andrej Ocenas 2023-01-04 11:29:45 +01:00 committed by GitHub
parent 1516aa2762
commit 85d8d9c00b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

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

View File

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