Skip to content

Commit 2cd2d9d

Browse files
chore: Update pyroscope.java: async-profiler to 4.3 [backport] (#5414)
1 parent 32cb175 commit 2cd2d9d

10 files changed

+6
-3
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ collector/otel_engine
3838
# local testing files
3939
/targets.yaml
4040
/config.alloy
41+
42+
# claude
43+
CLAUDE.local.md

internal/component/pyroscope/java/asprof/asprof_darwin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"path/filepath"
88
)
99

10-
//go:embed async-profiler-4.2-macos.zip
10+
//go:embed async-profiler-4.3-macos.zip
1111
var embeddedArchiveData []byte
1212

1313
// bin/asprof

internal/component/pyroscope/java/asprof/asprof_linux_amd64.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
_ "embed"
77
)
88

9-
//go:embed async-profiler-4.2-linux-x64.tar.gz
9+
//go:embed async-profiler-4.3-linux-x64.tar.gz
1010
var embeddedArchiveData []byte
1111

1212
// bin/asprof

internal/component/pyroscope/java/asprof/asprof_linux_arm64.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
_ "embed"
77
)
88

9-
//go:embed async-profiler-4.2-linux-arm64.tar.gz
9+
//go:embed async-profiler-4.3-linux-arm64.tar.gz
1010
var embeddedArchiveData []byte
1111

1212
// bin/asprof
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)