We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a700d commit 228ceb1Copy full SHA for 228ceb1
2 files changed
framework/.changeset/v0.15.12.md
@@ -0,0 +1 @@
1
+- Use internal URL for Pyroscope by default
framework/components/clnode/default.go
@@ -20,7 +20,7 @@ const defaultConfigTmpl = `
20
Level = 'debug'
21
22
[Pyroscope]
23
-ServerAddress = 'http://host.docker.internal:4040'
+ServerAddress = 'http://pyroscope:4040'
24
Environment = 'local'
25
LinkTracesToProfiles = true
26
0 commit comments