File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -514,6 +514,24 @@ cd scripts/java && shell.cmd --docker-tools # Advanced Docker integration
514514
515515Uses Maven profile: ` enable-shell-mcp-client `
516516
517+ ### ** With Observability (Zipkin Tracing)**
518+
519+ Enable distributed tracing with Zipkin by adding the ` --observability ` flag:
520+
521+ ``` bash
522+ cd scripts/kotlin && ./shell.sh --observability # Enable observability
523+ cd scripts/kotlin && shell.cmd --observability # Enable observability (Windows)
524+ # or
525+ cd scripts/java && ./shell.sh --observability # Enable observability
526+ cd scripts/java && shell.cmd --observability # Enable observability (Windows)
527+ ```
528+
529+ Make sure to run ` docker compose up ` in the project root to start Zipkin trace collector:
530+
531+ ``` bash
532+ docker compose up
533+ ```
534+
517535### ** MCP Server Mode**
518536
519537``` bash
You can’t perform that action at this time.
0 commit comments