Honeycomb
InstrumentationSend OpenTelemetry traces to Honeycomb and query every agent turn.
Install
Add Honeycomb instrumentation from eve's registry. Honeycomb ingests OTLP directly:
Quick start
Create agent/instrumentation.ts and send traces to Honeycomb's OTLP endpoint with your ingest key:
Configure
Create an ingest key under your Honeycomb environment settings and expose it as HONEYCOMB_API_KEY. Spans arrive in a dataset named after your agent (the OTel service name). EU teams use https://api.eu1.honeycomb.io/v1/traces. See the instrumentation guide for the trace hierarchy and the recordInputs/recordOutputs controls.