Viewing incoming events
Overview
This topic explains how to view metric events your SDKs are sending to LaunchDarkly, and how to create metrics from those events.
An event occurs when an end user performs an action in your app, such as clicking a button, or when a system performs an action, such as processing a background job. Your SDKs can send these events to LaunchDarkly, where LaunchDarkly metrics aggregate and analyze them. To learn more, read Metric events.
View events from your SDKs
Before you create a metric, you can view the events your SDKs are already sending to LaunchDarkly in the event explorer. The event explorer helps you identify which events your SDKs send and decide what event keys to use when creating metrics.
To view events from your SDKs, click Event explorer in the left navigation. The event list displays the 25 most recent event keys received in the selected environment during the last 90 days.

Each event entry displays the following information:
- The event key
- A trend line showing the number of events received each day for the last 14 days
- The total number of events received over the last 14 days, and the percent change from the previous 14-day period
- All environments within the current project that have received the event
- The SDK or other external source that sent the event
- Any metrics already associated with the event
- The option to create a new metric using the event key
To copy an event key, click the three-dot overflow menu for an event and select Copy event key.
Metric events from external warehouses do not display
Metric events sent to LaunchDarkly by external warehouses, such as Snowflake, do not display in the event explorer.
View event details
Click an event key to view more details about the event. A side panel opens with the options to view event details and inspect the event.
The Event details tab displays:
- A trend line showing the number of events received each day for the last 14 days
- The context kinds associated with the event
- When the event was last seen in each of its environments
The Inspect tab displays:
- Request details, including information about the SDK, SDK version, event source, and application, if applicable
- Event details, including the associated context key, context kind, and context attributes
Use the event instance dropdown to view recent occurrences of the event by date and time.

Create metrics from existing events
To create a metric from an existing event:
- Navigate to the event explorer list by clicking Event explorer in the left navigation.
- Find the event you want to create a metric for:
- If the event has no metrics associated with it, click Create new metric.
- If the event already has an associated metric, click the three-dot overflow menu for an event and select Create new metric.
- Follow the instructions in the Create metrics topic to create a new metric. For custom conversion binary, custom conversion count, and custom numeric metrics, the Event key field is automatically populated with the event key from the event you chose.
After you create the metric, it appears in the Metrics list.
You can also create a new metric from an event by clicking Create new metric at the bottom of its event details panel.
Metric event filtering
All events that LaunchDarkly receives appear in the event explorer, whether or not they are included in a metric.
To include only a specific subset of events in a metric, apply filters after the metric is created. Metric event filtering does not affect what you see in the event explorer or event details panel. It only affects which events are counted when LaunchDarkly analyzes the metric’s impact.
To learn more, read Filtering custom metric events.