Honeycomb Integration
Connect Honeycomb to enable the AI agent to query traces and events during investigations.
Capabilities
| Capability | Description |
|---|---|
| Query Events | Search event data |
| Analyze Traces | View distributed traces |
| Run Queries | Execute Honeycomb queries |
Setup
1
Create an API Key
- Log in to Honeycomb
- Go to Team Settings → API Keys
- Create a new key with query permissions
- Copy the API key
2
Add Integration in Autoheal
- Go to Integrations → Honeycomb
- Enter the API Key
- Optionally specify datasets to query
3
Test and Save
Click Test Connection then Save.
Required Permissions
| Permission | Why It's Needed |
|---|---|
| Query Data | Run queries against datasets |
| Read Columns | Access column metadata |
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