The Mezmo 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 Mezmo integration. Mezmo is a log management and analysis tool. Mezmo can provide insights into a service’s activity. It aggregates application logs, system logs, and more into a common platform so engineers can view all of their services’ activity in a single place.
The LaunchDarkly Mezmo integration sends and aggregates LaunchDarkly change history events in Mezmo.
With LaunchDarkly activity logs grouped in among your Mezmo service logs, you can more easily correlate feature flag rollouts with changes in logged behavior.
To configure the Mezmo integration, you must have a Mezmo ingestion key. Generate an integration key from your Mezmo organization.
Here’s how to configure the Mezmo integration:
INFO.When you configure the integration correctly, LaunchDarkly sends change data to Mezmo.
By default, this data is limited to flag activity only. You can expand it to other kinds of data, such as project and environment changes.
The “Policy” configuration field lets you control which kinds of events LaunchDarkly sends to Mezmo.
The default policy value restricts it to flag changes in production environments:
You can override the default policy to restrict exported events to:
For example, the example policy below restricts the integration so LaunchDarkly only sends changes from the web-app project’s production environment to Mezmo:
To learn more about policies, read Using policies.
After you configure the integration, LaunchDarkly events appear in Mezmo log statements similar to log statements from other sources. Data from LaunchDarkly is identified with the launchdarkly source. Additionally, they are marked with env and app values corresponding to the appropriate LaunchDarkly environment and project keys, respectively.
You can include LaunchDarkly events in your view by selecting the launchdarkly source from the selector at the top of the Mezmo page. Expand any of these log statements for more details.
LaunchDarkly events also include metadata by which you can filter.
For example, to only view log statements corresponding to the demo-flag flag, search for the query string meta.flag_key:demo-flag.