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 6a357ca commit c803999Copy full SHA for c803999
docs/toolhive/guides-cli/telemetry-and-metrics.md
@@ -263,6 +263,7 @@ forward data to Honeycomb. This example sends data directly to Honeycomb:
263
```bash
264
thv run \
265
--otel-endpoint api.honeycomb.io \
266
+ --otel-metrics-enabled=false \
267
--otel-headers "x-honeycomb-team=<YOUR_API_KEY>" \
268
--otel-service-name production-mcp-proxy \
269
<SERVER>
0 commit comments