Plugins 〉Honeycomb


Developer

Grafana Labs

Sign up to receive occasional product news and updates:



Data Source
grafana
Enterprise

Honeycomb

Documentation →

Instantly visualize Honeycomb data in Grafana

The Honeycomb data source plugin is the easiest way to pull Honeycomb data directly into Grafana dashboards.

  • Visualize it either in isolation (one database) or blend it with other data sources.
  • Discover correlations and covariances across all your data in minutes.

Install on Grafana Cloud

Plugins can be installed directly from within your Grafana instance or automated using the Cloud API or Terraform.

Learn more about plugin installation

For more information, visit the docs on plugin installation.

Changelog

v2.15.1 - 2026-05-04

  • 🐛 Fix: Fixed dataset name being used instead of slug for Open in Honeycomb link

v2.15.0 - 2026-04-21

  • 🚀 Feature: - Add Grafana Assistant button
  • ⚙️ Chore: New Go version supported
  • ⚙️ Chore: Backend dependencies updated

v2.14.3 - 2026-04-15

  • ⚙️ Chore: Update dependencies

v2.14.2 - 2026-04-15

  • 🐛 Fix: Pass dataset_type from Honeycomb API through to the frontend so Metrics 2.0 datasets are correctly identified and COUNT_DATAPOINTS is used in template variable queries

v2.14.1 - 2026-04-13

  • 🐛 Fix: Fixed template variable queries returning empty results on Honeycomb Metrics datasets

v2.14.0 - 2026-03-05

  • 🚀 Feature: Add support for Usage Mode boolean API parameter

v2.13.2 - 2026-02-26

  • ⚙️ Chore: Update dependencies

v2.13.0 - 2026-01-26

  • 🐛 Fix: Improved search functionality on Where and Group by dropdowns in query builder

v2.13.0 - 2025-12-10

  • 🚀 Feature: Add support for raw queries without needing the feature flag

v2.12.2 - 2025-12-03

  • ⚙️ Chore: Update frontend dependencies
  • ⚙️ Chore: Minimal supported Grafana version is now 11.6.7

v2.12.1 - 2025-11-13

  • 🐛 Fix: Fixed bug on math expressions that prevent data from showing

v2.12.0 - 2025-10-28

  • 🚀 Feature: Add support for querying all datasets and made inputs responsive

v2.11.4 - 2025-09-30

  • 🐛 Fix: Fix css widths bug in metric visualizations

v2.11.3 - 2025-09-30

  • 🐛 Fix: Update data frame type to support SQL expressions

v2.11.2 - 2025-09-29

  • 🐛 Fix: Fix interface conversion for inconsistent data types in API responses

v2.11.1 - 2025-09-26

  • 🐛 Fix: Fix widths in query editor

v2.11.0 - 2025-09-25

  • 🐛 Feature: Enhance template variable substitution for raw queries

v2.10.0 - 2025-09-25

  • 🐛 Fix: Add labels to series data frame responses

v2.9.4 - 2025-09-16

  • 🐛 Fix: Interpolate Dataset with Template Variable

v2.9.3 - 2025-09-15

  • 🐛 Fix: Fixed multiple filter on same column bug

v2.9.2 - 2025-09-12

  • 🐛 Fix: Fixed issue of filters not clearing after dataset change

v2.9.1 - 2025-09-10

  • 🚀 Feature: Add support for result queries in variables and column value extraction

v2.9.0 - 2025-09-09

  • 🚀 Feature: Add support for template variables in raw queries

v2.8.4 - 2025-09-01

  • 🐛 Fix: Fix panic on bad error responses and add more error logging

v2.8.3 - 2025-08-26

  • 🐛 Feature: Add support for raw queries

v2.8.2 - 2025-06-12

  • 🐛 Fix: Fix multi-variable interpolation in query editor

v2.8.1 - 2025-05-14

  • 🐛 Fix: Fix default value for look-up window

v2.8.0 - 2025-05-12

  • 🚀 Feature: Add support for configurable look-up windows

v2.7.10 - 2025-02-17

  • ⚙️ Chore: Improve error logging

v2.7.9 - 2025-02-11

  • ⚙️ Chore: Update backend dependencies

v2.7.8 - 2025-02-04

  • ⚙️ Chore: Update frontend dependencies

v2.7.7 - 2025-01-21

  • ⚙️ Chore: Migrate e2e tests to Playwright

v2.7.6 - 2025-01-10

  • ⚙️ Chore: Update backend dependencies

v2.7.5 - 2025-01-09

  • ⚙️ Chore: backend dependencies compiled with latest go version

v2.7.4 - 2024-12-18

  • ⚙️ Chore: Update backend dependencies

v2.7.3 - 2024-12-16

  • ⚙️ Chore: Update backend dependencies

v2.7.2 - 2024-12-13

  • 🐛 Fix: Fix Honeycomb Classic API - Environment derived columns

v2.7.1 - 2024-12-10

  • 🚀 Feature: Allow custom value in SLO query

v2.7.0 - 2024-11-12

  • 🚀 Feature: Return results data frame if selected

v2.6.5 - 2024-11-12

  • ⚙️ Chore: Updated backend dependencies

v2.6.4 - 2024-10-03

  • ⚙️ Chore: Update frontend dependencies
  • ⚙️ Chore: Minimal supported Grafana version is now 10.4.8

v2.6.3 - 2024-09-23

  • ⚙️ Chore: Update backend dependencies

v2.6.2 - 2024-08-30

  • ⚙️ Chore: update backend dependencies

v2.6.1 - 2024-07-31

  • ⚙️ Chore: improve error source capture

v2.6.0 - 2024-07-01

  • ⚙️ Chore: Added SLO metrics to the plugin

v2.5.0 - 2024-06-20

  • ⚙️ Chore: Enterprise license check update
  • ⚙️ Chore: Update backend dependencies

v2.4.2 - 2024-06-19

  • ⚙️ Chore: update backend dependencies

v2.4.1 - 2024-03-13

  • ⚙️ Chore: Backend binaries are now compiled with Go version 1.22.1

v2.4.0 - 2024-01-31

  • 🐛 Fix: Change rounding of granularity as per API changes

v2.3.0 - 2024-01-11

  • ⚙️ Chore: return error source

v2.2.0 - 2023-11-13

  • ⚙️ Chore: Fix backend/frontend vulnerabilities and update grafana version

v2.1.0 - 2023-09-12

  • ⚙️ Chore: Switch to using grafana plugin-tools and update frontend dependencies

v2.0.3 - 2023-09-12

  • chore: backend binaries updated golang:1.21.1

v2.0.2 - 2023-07-24

  • 🐛 Fix: Fix filtering out used filter options

v2.0.1 - 2023-06-08

  • ⚙️ Chore: backend libs updated with golang:1.20.5

v2.0.0 - 2023-06-05

  • 🚀 Feature: Support for querying honeycomb SLOs
  • 🚀 Feature: Support for datasets list and slo list variable query
  • ⚙️ Chore: grafana backend plugin SDK updated to v0.162.0 from v1.159.0

v1.2.4 - 2023-05-03

  • ⚙️ Chore: Backend binaries are now compiled with golang:1.20.4

v1.2.3 - 2023-04-24

  • 🐛 Fix: Fix intermittent hang with Calculations select - drop Cascader

v1.2.2 - 2023-04-20

  • ⚙️ Chore: Backend binaries are now compiled with golang:1.20.3

v1.2.1 - 2023-03-28

  • 🐛 Fix: Skip Environment Derived Column API for Honeycomb Classic

v1.2.0 - 2023-01-27

  • 🚀 Feature: (Derived Columns) Added support of derived columns in the field picker
  • 🚀 Feature: (Environment) Added support for specifying environment name in settings
  • 🚀 Feature: (Health Check) Improved health check message to report missing permission
  • ⚙️ Chore: Updated the grafana-plugin-sdk-go to v0.147.0 from v0.145.0
  • ⚙️ Chore: Backend binaries compiled with latest go version 1.19.5

v1.1.2 - 2022-12-13

  • ⚙️ Chore: Update dependencies: grafana-enterprise-sdk and grafana-plugin-sdk-go
  • ⚙️ Chore: Backend binaries compiled with latest go version (1.19.4)

v1.1.1 - 2022-10-29

  • ⚙️ Chore: Backend binaries compiled with latest go version 1.19.2
  • ⚙️ Chore: Updated grafana backend SDK to latest
  • ⚙️ Chore: Frontend dependencies updated
  • ⚙️ Chore: Minimum required runtime of grafana is now set to 8.4.7
  • ⚙️ Chore: Typo errors fixed

v1.1.0 - 2021-03-29

  • Support for enabling the HTTP logger debugging tool
  • Build with go 1.18 to address CVE-2022-24921

v1.0.5 - 2021-12-17

  • Enterprise license check update

v1.0.4 - 2021-11-24

  • Enhancement: Add annotations support

v1.0.3 - 2021-11-01

  • 🐛 Fix: Heatmap queries with only partial responses handled with a response

v1.0.2 - 2021-10-07

  • 🐛 Fix: Users can now run heatmap queries

v1.0.1 - 2021-08-20

  • Documentation updated

v1.0.0 - 2021-08-19

  • Support hiding queries
  • Specify results without a group then results are grouped
  • Docs updates

v0.11.0 - (Beta Release)

  • Documentation updates

v0.10.1 (Beta Release)

  • Plugin identifies itself via User Agent
  • Docs updates

v0.8.0 (Beta Release)

  • Expand queryable data range to 7 days
  • 🐛 Fix: "In" filters

v0.7.0 (Beta Release)

  • Initial Beta release.