Skip to content

Commit 0a7ddc2

Browse files
committed
Update README.md
1 parent 0ba042c commit 0a7ddc2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,24 @@ cd scripts/java && shell.cmd --docker-tools # Advanced Docker integration
514514

515515
Uses 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

0 commit comments

Comments
 (0)