We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c803999 commit 1176580Copy full SHA for 1176580
docs/toolhive/guides-cli/telemetry-and-metrics.md
@@ -247,6 +247,7 @@ by setting the OTLP endpoint to Jaeger's collector:
247
```bash
248
thv run \
249
--otel-endpoint localhost:4318 \
250
+ --otel-metrics-enabled=false \
251
--otel-insecure \
252
<SERVER>
253
```
@@ -263,7 +264,6 @@ forward data to Honeycomb. This example sends data directly to Honeycomb:
263
264
265
266
--otel-endpoint api.honeycomb.io \
- --otel-metrics-enabled=false \
267
--otel-headers "x-honeycomb-team=<YOUR_API_KEY>" \
268
--otel-service-name production-mcp-proxy \
269
0 commit comments