mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Pyroscope: Remove support for old pyroscope (#74683)
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
phlare:
|
||||
image: grafana/phlare:latest
|
||||
command:
|
||||
- --config.file=/etc/phlare.yaml
|
||||
ports:
|
||||
- 4100:4100
|
||||
volumes:
|
||||
- ./docker/blocks/phlare/phlare.yaml:/etc/phlare.yaml
|
@@ -1,5 +0,0 @@
|
||||
scrape_configs:
|
||||
- job_name: "default"
|
||||
scrape_interval: "15s"
|
||||
static_configs:
|
||||
- targets: ["127.0.0.1:4100"]
|
@@ -1,6 +1,4 @@
|
||||
pyroscope:
|
||||
image: "pyroscope/pyroscope:latest"
|
||||
command:
|
||||
- "server"
|
||||
image: "grafana/pyroscope:latest"
|
||||
ports:
|
||||
- "4040:4040"
|
||||
|
Reference in New Issue
Block a user