statsig::config_change events and silently
ignores other Statsig event types, such as statsig::gate_exposure and
statsig::experiment_exposure.
Configure a Statsig outgoing webhook
To configure Statsig to send events to Observability Platform:- In Statsig, go to Project Settings and click the Integrations tab.
- Find Generic Webhook and click Enable.
-
In the URL field, enter:
Replace
TENANTwith your organization name from your Observability Platform tenant. - Click Event Filtering to configure which event types Statsig sends. Observability Platform ingests only config change events and silently ignores exposure events if sent. Select only Config Changes and clear Exposures.
- Save the webhook configuration.
- From the Generic Webhook integration card, copy the Signing Secret. The secret is required to configure the integration in Observability Platform.
Configure the Statsig integration in Observability Platform
Contact Chronosphere Support to configure your Statsig integration and provide the signing secret you copied from Statsig.Map Statsig events to Observability Platform events
After configuring the integration, Observability Platform automatically maps incoming config change events from Statsig to change events in Observability Platform. You can’t customize how the payload maps to change events in Observability Platform. To request modifications to the Statsig payload’s mapping, contact Chronosphere Support. The following table describes how Statsig event fields map to Observability Platform change events:| Field | Value |
|---|---|
category | feature_flags |
type | TYPE_ACTION |
source | statsig |
happened_at | TIMESTAMP |
title | NAME ACTION |
TYPE: The Statsig config type in lowercase, such asgateorexperiment.ACTION: The action that occurred, such ascreatedorupdated. Combined withTYPE, this produces values likegate_updatedorexperiment_created.TIMESTAMP: The time the config change occurred, taken from the event’stimestampfield.NAME: The name of the Statsig feature flag or experiment that changed.
| Label | Value |
|---|---|
type | The Statsig config type, such as Gate or Experiment. |
name | The name of the feature flag or experiment that changed. |
action | The action that occurred, such as updated or created. |
description | The description of the change, if provided by Statsig. |

