Honeycomb
APIs
Honeycomb Events API
Send arbitrary JSON events into Honeycomb datasets via single-event POST, high-throughput batch POST, and Kinesis-style ingest. Events are the lowest-level ingest primitive; Ope...
Honeycomb Datasets API
Manage datasets — the columnar tables that hold ingested events for a service — and dataset definitions that map well-known OpenTelemetry fields (service.name, trace.parent_id, ...
Honeycomb Columns API
Inspect and manage columns inside a dataset, including custom hidden columns and calculated (derived) columns. Calculated fields use Honeycomb's expression language to compute n...
Honeycomb Queries API
Construct, save, and execute queries against the Honeycomb columnar store. Define breakdowns, calculations, filters, orders, and havings; persist a query as a reusable specifica...
Honeycomb Boards API
Manage Boards — Honeycomb's dashboard primitive — and the multi-dataset Views composed on top of them. Boards pin queries, SLO panels, and text panels into a single shareable su...
Honeycomb Triggers API
Define thresholded alerts on top of saved queries — Triggers — and route their firings to Recipients (PagerDuty, Slack, MS Teams, webhooks, email, OpsGenie). Trigger frequency, ...
Honeycomb SLOs API
Define Service Level Objectives backed by a derived-column SLI, attach Burn Alerts that fire when error-budget burn rate crosses a configured threshold, and pull historical SLO ...
Honeycomb Markers API
Annotate the Honeycomb timeline with Markers representing deploys, feature flag changes, incidents, or arbitrary externally meaningful events. Marker Settings define per-type ap...
Honeycomb Service Maps API
Submit asynchronous Service Map dependency requests and retrieve the materialized service-to-service call graph derived from trace data. Service Map is an Enterprise feature use...
Honeycomb Auth API
Validate an API key, discover its scopes, and identify which Team and Environment it belongs to. Available on both the v1 (configuration key) and v2 (management key) surfaces, s...
Honeycomb Key Management API
Create, list, rotate, and revoke Honeycomb API keys (ingest, configuration, and management scopes) at the team level. Uses the v2 JSON:API surface (application/vnd.api+json) und...
Honeycomb Environments API
Create and manage Environments — the isolation primitive in Honeycomb Classic-replacement teams. Each Environment has its own datasets, ingest keys, boards, triggers, and SLOs. ...