Skip to content

Commit 1176580

Browse files
committed
oppsie, meant to add to jaeger section
Signed-off-by: ChrisJBurns <[email protected]>
1 parent c803999 commit 1176580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ by setting the OTLP endpoint to Jaeger's collector:
247247
```bash
248248
thv run \
249249
--otel-endpoint localhost:4318 \
250+
--otel-metrics-enabled=false \
250251
--otel-insecure \
251252
<SERVER>
252253
```
@@ -263,7 +264,6 @@ forward data to Honeycomb. This example sends data directly to Honeycomb:
263264
```bash
264265
thv run \
265266
--otel-endpoint api.honeycomb.io \
266-
--otel-metrics-enabled=false \
267267
--otel-headers "x-honeycomb-team=<YOUR_API_KEY>" \
268268
--otel-service-name production-mcp-proxy \
269269
<SERVER>

0 commit comments

Comments
 (0)