The Honeycomb events integration is only available to customers on select plans. To learn more, read about our pricing. To upgrade your plan, contact Sales.
This topic explains how to use the LaunchDarkly Honeycomb events integration.
The LaunchDarkly Honeycomb integration helps you diagnose problems by sending flag events to Honeycomb. Honeycomb displays those events alongside performance graphs so you can correlate feature rollouts with changes in operational health.

Only flag action events appear in Honeycomb after you configure the integration. Other event kinds do not appear. To learn more, read Feature flag actions.
To send flag change events to Honeycomb:
To use the LaunchDarkly Honeycomb integration successfully, you must meet the following prerequisites:
The Honeycomb API key authenticates the LaunchDarkly integration so it can submit events to your Honeycomb account. The LaunchDarkly integration uses Honeycomb’s Marker API.
To learn more about Honeycomb’s Marker API, read Honeycomb’s documentation.
When you create the API key, confirm that the key has access to create “markers.” This is the only access scope the LaunchDarkly integration needs.
Here’s how to add the Honeycomb integration:
The “Edit policy” field in the integration configuration panel lets you control which events LaunchDarkly sends to Honeycomb.
The default policy allows production environments across all projects to send events. To update the policy, use the policy builder or by click View JSON and edit the policy statements directly.
Here’s the resources specifier from the default policy:
To learn more, read Using resources.
You can use the policy editor to restrict the integration to:
For example, to restrict the policy to a single project called cool-app, set the policy configuration’s resources field to the following resource specifier:
The policy above makes the integration only send flag events from the cool-app project’s Production environment to Honeycomb.
If you need to restrict or allow a more complex set of resources than you can specify in a single policy, you can add multiple Honeycomb integrations and configure each one to a specific task. Each integration can have its own separate policy configuration.
To learn more about using the policy editor, read Using policies.