mirror of
https://github.com/grafana/grafana.git
synced 2024-12-27 09:21:35 -06:00
parent
1516aa2762
commit
85d8d9c00b
8
devenv/docker/blocks/phlare/docker-compose.yaml
Normal file
8
devenv/docker/blocks/phlare/docker-compose.yaml
Normal 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
|
5
devenv/docker/blocks/phlare/phlare.yaml
Normal file
5
devenv/docker/blocks/phlare/phlare.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
scrape_configs:
|
||||||
|
- job_name: "default"
|
||||||
|
scrape_interval: "15s"
|
||||||
|
static_configs:
|
||||||
|
- targets: ["127.0.0.1:4100"]
|
Loading…
Reference in New Issue
Block a user