Skip to content

Commit 344c24f

Browse files
committed
Add two exemplary pyroscope.yaml files
1 parent 8e5a68b commit 344c24f

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

.pyroscope.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
source_code:
2+
language: go
3+
mappings:
4+
- path: GOROOT
5+
type: github
6+
type: github
7+
github:
8+
owner: golang
9+
repo: go
10+
ref: go1.24.8
11+
path: src
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
source_code:
2+
language: java
3+
mappings:
4+
- path: org/example/rideshare
5+
type: local
6+
local:
7+
path: src/main/java/org/example/rideshare
8+
- path: java
9+
type: github
10+
github:
11+
owner: openjdk
12+
repo: jdk
13+
ref: jdk-17+0
14+
path: src/java.base/share/classes/java
15+
- path: org/springframework/http
16+
type: github
17+
github:
18+
owner: spring-projects
19+
repo: spring-framework
20+
ref: v5.3.20
21+
path: spring-web/src/main/java/org/springframework/http

0 commit comments

Comments
 (0)