For the complete documentation index, see llms.txt. This page is also available as Markdown.

Honeycomb

Connect Honeycomb to the Pagerly SRE Agent to query high-cardinality observability data.

What the Agent Can Do

  • List datasets and their columns

  • Run queries on datasets β€” filter, group by, aggregate

  • Analyze high-cardinality data for root cause analysis

Setup Instructions

  1. Log into your Honeycomb account

  2. Go to Team Settings (gear icon) > API Keys

  3. Click Create API Key

  4. Name it Pagerly and select these permissions:

    • Query Data β€” Run queries on datasets

    • Manage Queries and Columns β€” View columns and query specs

  5. Click Create and copy the API key

Required Credentials

Field
Description
Example

API Key

Honeycomb API key with Query Data permissions

your-honeycomb-api-key

Context Prompt Tips

"Our main dataset is production. Key fields: service.name, duration_ms, http.status_code. SLO target is 99.9%."

Docs

Last updated