Skip to main content

Honeycomb Integration

Connect Honeycomb to enable the AI agent to query traces and events during investigations.

Capabilities

CapabilityDescription
Query EventsSearch event data
Analyze TracesView distributed traces
Run QueriesExecute Honeycomb queries

Setup

1
Create a Configuration API Key
  1. Log in to Honeycomb
  2. Click the Environments label (top-left) → Manage Environments
  3. Select your environment name
  4. Go to the API Keys tab → Configuration tab
  5. Click Create API Key
  6. Enter a name for the key and enable the required permissions — see Configuration Keys permissions for details
  7. Click Save and copy the API key
note

You must use a Configuration API Key, not an Ingest Key or Team Management Key. Ingest Keys can only send telemetry data and cannot run queries or access columns. You must be a Team Owner to create an API Key. For more details, see the Honeycomb API Keys documentation.

2
Add Integration in Autoheal
  1. Go to IntegrationsHoneycomb
  2. Enter the Environment Configuration Key
  3. Optionally specify a default dataset name and API endpoint
3
Test and Save

Click Test Connection then Save.

Example Queries

Show me slow traces for the checkout service
What's the p99 latency for /api/orders over the last hour?
Find errors in the payment flow from the last 30 minutes