Skip to content

Commit c803999

Browse files
committed
disables metrics for jaeger example
Signed-off-by: ChrisJBurns <[email protected]>
1 parent 6a357ca commit c803999

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/toolhive/guides-cli/telemetry-and-metrics.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ forward data to Honeycomb. This example sends data directly to Honeycomb:
263263
```bash
264264
thv run \
265265
--otel-endpoint api.honeycomb.io \
266+
--otel-metrics-enabled=false \
266267
--otel-headers "x-honeycomb-team=<YOUR_API_KEY>" \
267268
--otel-service-name production-mcp-proxy \
268269
<SERVER>

0 commit comments

Comments
 (0)