Skip to content

Commit e0c35ee

Browse files
committed
Feat: Add Pyroscope for profiling to prometheus datasource config
1 parent ea1a823 commit e0c35ee

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

infra/docker/grafana/provisioning/datasources/prometheus-datasource.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,11 @@ datasources:
66
access: proxy
77
url: http://prometheus:9090
88
isDefault: true
9+
editable: true
10+
11+
- name: pyroscope
12+
type: pyroscope
13+
access: proxy
14+
url: http://pyroscope:4040
15+
isDefault: true
916
editable: true

0 commit comments

Comments
 (0)