Skip to content

Commit 87331aa

Browse files
authored
Fix Otel setup (#58)
1 parent 5116cc2 commit 87331aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/modules/ROOT/pages/module-private-docs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ In the terminal window that you opened earlier at the bottom of the editor, run
8585
[.console-input]
8686
[source,bash,subs="+attributes,macros+"]
8787
----
88-
./mvnw clean quarkus:dev -Dquarkus.otel.enabled=true -Dquarkus.otel.exporter.otlp.traces.endpoint=http://jaeger.parasol-app-{user}-dev.svc.cluster.local:4137
88+
./mvnw clean quarkus:dev -Dquarkus.otel.enabled=true -Dquarkus.otel.exporter.otlp.traces.endpoint=http://jaeger.parasol-app-{user}-dev.svc.cluster.local:4317
8989
----
9090

9191
This will download some dependencies and start the application in Quarkus Dev Mode.

0 commit comments

Comments
 (0)