Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.chronosphere.io/llms.txt

Use this file to discover all available pages before exploring further.

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 , contact Chronosphere Support to obtain an API token to authenticate with Observability Platform.
This API token differs from an API token that’s generated when you create a service account.

Create a LaunchDarkly webhook

To send LaunchDarkly events to Observability Platform:
  1. In LaunchDarkly, create a webhook.
  2. In the URL field, enter https://TENANT/api/v1/data/events/receiver/launchdarkly.
  3. Click Sign this webhook to define a secret, which ensures requests are generated by LaunchDarkly.
  4. In the Secret field, enter the API token you obtained from Chronosphere Support.
  5. 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"
    ]
    
  6. Save your webhook.