HealOps queries Honeycomb to surface distributed traces during alert investigations — identifying slow spans, high-error services, and query patterns correlated with incidents.
Prerequisites
- Honeycomb account (classic or environments-based)
- API key with query access
Setup
Option 1: Interactive CLI
Select Honeycomb when prompted and provide your API key and dataset.
Option 2: Environment variables
Add to your .env:
Option 3: Persistent store
Creating an API key
- In Honeycomb, go to Account → API Keys
- Click Create API Key
- Set the environment and enable Query Data permission
- Copy the key
Use __all__ as the dataset to query across all datasets in an environment. For EU accounts, set HONEYCOMB_API_URL=https://api.eu1.honeycomb.io.
Verify
Expected output:
Troubleshooting
Security best practices
- Use a dedicated read-only API key scoped to query access.
- Store the API key in
.env, not in source code.