We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf5ca6 commit c3a21cdCopy full SHA for c3a21cd
1 file changed
projects/net.splitcells.dem.api/src/main/java/net/splitcells/dem/Dem.java
@@ -100,7 +100,7 @@ public static void waitIndefinitely() {
100
public static void startPyroscope() {
101
PyroscopeAgent.start(new Config.Builder()
102
.setApplicationName(configValue(ProgramName.class))
103
- .setServerAddress("http://localhost:3000") //
+ .setServerAddress("http://host.docker.internal:4040")
104
.setProfilingEvent(EventType.ITIMER)
105
.setFormat(Format.JFR)
106
.build());
0 commit comments