Pyroscope: Remove support for old pyroscope (#74683)

This commit is contained in:
Andrej Ocenas
2023-09-19 10:09:28 +02:00
committed by GitHub
parent 8b4d167de5
commit f7aab06e23
17 changed files with 78 additions and 601 deletions

View File

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

View File

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

View File

@@ -1,6 +1,4 @@
pyroscope:
image: "pyroscope/pyroscope:latest"
command:
- "server"
image: "grafana/pyroscope:latest"
ports:
- "4040:4040"