pyroscope
This commit is contained in:
parent
af15ada307
commit
edade44748
3 changed files with 26 additions and 1 deletions
|
@ -1,6 +1,15 @@
|
|||
version: "3"
|
||||
|
||||
services:
|
||||
pyroscope:
|
||||
image: grafana/pyroscope:v1.5.0
|
||||
expose:
|
||||
- 4040
|
||||
ports:
|
||||
- "4040:4040"
|
||||
volumes:
|
||||
- ./pyroscope/pyroscope.yml:/etc/pyroscope.yml
|
||||
|
||||
otel-collector:
|
||||
image: otel/opentelemetry-collector-contrib:0.97.0
|
||||
restart: always
|
||||
|
@ -56,10 +65,11 @@ services:
|
|||
|
||||
grafana:
|
||||
image: grafana/grafana:10.4.1
|
||||
depends_on:
|
||||
links:
|
||||
- loki
|
||||
- prometheus
|
||||
- tempo
|
||||
- pyroscope
|
||||
environment:
|
||||
GF_SERVER_ROOT_URL: ${GRAFANA_URL}
|
||||
GF_SERVER_SERVE_FROM_SUB_PATH: "false"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue