For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.
Honeycomb
Export agentgateway traces to Honeycomb by using its OTLP ingestion endpoint.
Honeycomb is an observability platform. You can send traces directly to Honeycomb by setting your API key as a header on every export request.
Add the following tracing configuration to your config.yaml. Replace <your-honeycomb-api-key> with your Honeycomb API key.
# yaml-language-server: $schema=https://agentgateway.dev/schema/config
frontendPolicies:
tracing:
host: api.honeycomb.io:443
protocol: grpc
randomSampling: true
policies:
backendTLS: {}
requestHeaderModifier:
set:
x-honeycomb-team: "<your-honeycomb-api-key>"Note
To send traces to a specific Honeycomb dataset, add an x-honeycomb-dataset header alongside x-honeycomb-team.