Send LaunchDarkly events to Observability Platform
To send LaunchDarkly events to Chronosphere Observability Platform, create a webhook within LaunchDarkly and include your API key to authenticate with Observability Platform.
Obtain an API token
Before sending events from LaunchDarkly, contact Chronosphere Support to obtain an API token for use with authenticating your third-party app with Observability Platform.
This API token differs from an API token that's generated when creating a service account.
Create a LaunchDarkly webhook
To send LaunchDarkly events to Observability Platform:
-
In LaunchDarkly, create a webhook (opens in a new tab).
-
In the URL field, enter
https://ADDRESS/api/v1/data/events/receiver/launchdarkly
.Replace
ADDRESS
with your company name prefixed to your Observability Platform instance that ends in.chronosphere.io
. For example,MY_COMPANY
.chronosphere.io
. -
Click Sign this webhook to define a secret, which ensures requests are generated by LaunchDarkly.
-
In the Secret field, enter the API token you obtained from Chronosphere Support.
-
Optional: Add a policy if you want to select and filter the events you send to Observability Platform.
Chronosphere recommends setting the following
actions
in the LaunchDarkly advanced editor:"actions": [ "updateFallthrough", "updateFlagVariations", "updateFeatureWorkflows", "updateGlobalArchived", "updateOffVariation", "updateOn", "updatePrerequisites", "updateRules", "updateScheduledChanges", "updateTargets", "createFlag", "deleteFlag", "updateClientSideFlagAvailability", "updateFlagDefaultVariations", "updateName", "updateTemporary", "createTriggers", "deleteTriggers", "updateTriggers", "updateFlagSalt" ]
-
Save your webhook.