File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed
conf/provisioning/datasources Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ - Enable Pyroscope UI in Grafana, update Pyroscope version
Original file line number Diff line number Diff line change @@ -79,3 +79,11 @@ datasources:
7979 sslmode : disable
8080 isDefault : false
8181 editable : true
82+
83+ - name : Pyroscope
84+ type : grafana-pyroscope-datasource
85+ access : proxy
86+ url : http://pyroscope:4040
87+ isDefault : false
88+ version : 1
89+ editable : true
Original file line number Diff line number Diff line change @@ -63,6 +63,8 @@ services:
6363
6464 grafana :
6565 image : grafana/grafana:10.1.0
66+ environment :
67+ - GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=grafana-pyroscope-app
6668 volumes :
6769 - grafana_data:/var/lib/grafana
6870 - grafana_home:/usr/share/grafana
@@ -84,11 +86,13 @@ services:
8486 - loki
8587
8688 pyroscope :
87- image : ' grafana/pyroscope:1.13.4 '
89+ image : ' grafana/pyroscope:1.14.1 '
8890 ports :
8991 - ' 4040:4040'
9092 command :
9193 - ' server'
94+ volumes :
95+ - pyroscope-storage:/var/lib/pyroscope
9296
9397 postgres_exporter_0 :
9498 image : prometheuscommunity/postgres-exporter:v0.17.1
@@ -142,6 +146,7 @@ volumes:
142146 grafana_logs :
143147 grafana_plugins :
144148 tempo_data :
149+ pyroscope-storage :
145150
146151networks :
147152 default :
You can’t perform that action at this time.
0 commit comments