mirror of https://github.com/grafana/grafana
parent
1516aa2762
commit
85d8d9c00b
@ -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…
Reference in new issue