Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
use internal URL for Pyroscope
  • Loading branch information
skudasov committed Apr 2, 2026
commit fb23a4e9b25ed21751a107b52b9a974bc0e4707c
1 change: 1 addition & 0 deletions framework/.changeset/v0.15.12.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Use internal URL for Pyroscope by default
2 changes: 1 addition & 1 deletion framework/components/clnode/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const defaultConfigTmpl = `
Level = 'debug'

[Pyroscope]
ServerAddress = 'http://host.docker.internal:4040'
ServerAddress = 'http://pyroscope:4040'
Environment = 'local'
LinkTracesToProfiles = true

Expand Down
Loading