Skip to content

Commit 228ceb1

Browse files
authored
use internal URL for Pyroscope (#2507)
1 parent 75a700d commit 228ceb1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

framework/.changeset/v0.15.12.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Use internal URL for Pyroscope by default

framework/components/clnode/default.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const defaultConfigTmpl = `
2020
Level = 'debug'
2121
2222
[Pyroscope]
23-
ServerAddress = 'http://host.docker.internal:4040'
23+
ServerAddress = 'http://pyroscope:4040'
2424
Environment = 'local'
2525
LinkTracesToProfiles = true
2626

0 commit comments

Comments
 (0)