File tree Expand file tree Collapse file tree
docs/configuration/alertmanager-integration Expand file tree Collapse file tree Original file line number Diff line number Diff 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 .
51515. **Resource type **: Select **FLAG **.
52526. **Select flags **: Choose the specific flags you want to monitor, or select all.
53537. **Project and environments **: Select the projects and environments you want to track.
54548. 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+
5660Alternative: Using Headers Instead of URL Parameters
5761--------------------------------------------------
5862
5963If 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-----------------
You can’t perform that action at this time.
0 commit comments