Skip to content

Commit 4b06cf9

Browse files
committed
updated docs
1 parent bf5ed72 commit 4b06cf9

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

docs/configuration/alertmanager-integration/launchdarkly.rst

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,29 @@ In LaunchDarkly:
4747
- Replace ``YOUR_API_KEY_HERE`` with the API key from Step 1.
4848
- Replace ``YOUR_ACCOUNT_ID_HERE`` with your account ID from Step 1.
4949

50-
4. **Statement**: Leave as default or customize as needed.
50+
4. **Statement**: Click the Add the statement button.
5151
5. **Resource type**: Select **FLAG**.
5252
6. **Select flags**: Choose the specific flags you want to monitor, or select all.
5353
7. **Project and environments**: Select the projects and environments you want to track.
5454
8. Save the integration.
5555

56+
.. Note::
57+
58+
Other resource types other than **FLAG** are not verified to work though they might function without additional configuration.
59+
5660
Alternative: Using Headers Instead of URL Parameters
5761
--------------------------------------------------
5862

5963
If you're using a third-party service that can forward requests, you can alternatively configure the webhook to use headers instead of URL parameters:
6064

6165
- **URL**: ``https://api.robusta.dev/integrations/generic/launchdarkly``
62-
- **Headers**:
63-
- ``account-id``: Your Robusta account ID
64-
- ``api_key``: Your Robusta API key
66+
- **Headers**: These are the headers to configure:
67+
68+
.. code-block:: http
69+
70+
Authorization: Bearer <api-key>
71+
account-id: <account_id>
72+
6573
6674
What Gets Tracked
6775
-----------------

0 commit comments

Comments
 (0)