Skip to content

Commit 7df78e1

Browse files
authored
Merge pull request #57 from edeandrea/enable-otel-private-docs
Enable Otel in private docs
2 parents 1b69e35 + 82b87df commit 7df78e1

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.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:4137
8989
----
9090

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

0 commit comments

Comments
 (0)