File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
monitoring/config/grafana/provisioning/datasources Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,3 @@ datasources:
1313 url : http://pyroscope:4040
1414 jsonData :
1515 keepCookies : [pyroscope_git_session]
16- # Uncomment these if using with Grafana Cloud
17- # basicAuth: true
18- # basicAuthUser: '123456'
19- # secureJsonData:
20- # basicAuthPassword: PASSWORD
Original file line number Diff line number Diff line change 115115 <groupId >io.micrometer</groupId >
116116 <artifactId >micrometer-registry-prometheus</artifactId >
117117 </dependency >
118+
118119 <dependency >
119120 <groupId >io.pyroscope</groupId >
120121 <artifactId >agent</artifactId >
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ GET http://localhost:8080/owners
77GET http://localhost:8080/fault/cpu?iterations=40000
88
99### fault-2
10- GET http://localhost:8080/fault/memory?size=500
10+ GET http://localhost:8080/fault/memory?size=50
You can’t perform that action at this time.
0 commit comments