Skip to content

Commit 8cb4679

Browse files
commit
1 parent 5ecbb31 commit 8cb4679

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

monitoring/config/grafana/provisioning/datasources/all.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
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>

scripts/api-test.http

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ GET http://localhost:8080/owners
77
GET 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

0 commit comments

Comments
 (0)