.Alert.InstanceID, and Flashduty uses it as the Alert Key: the notifications and the recovery of the same firing keep updating one Flashduty alert.
In Flashduty On-call
You can get the integration push URL in either of the following ways.
Use a dedicated integration
- In the Flashduty console, select Channel and open a channel
- Select Configuration → Integrations → Private integration, then click Add an integration
- Select Honeycomb and click Save
- Open the new integration card and copy the Push URL
Use a shared integration
- In the Flashduty console, go to Integration Center → Alert Events
- Select Honeycomb and enter an integration name
- Configure the default route and select a channel. You can add more rules under Route after creation
- Click Save and copy the generated Push URL
Configure Honeycomb
These steps require a Honeycomb account that can edit integrations in Team Settings. Triggers are available on every plan; SLOs and burn alerts require the Pro or Enterprise plan.
1
Create a webhook recipient
- Go to Team Settings and open the Integrations view
- Under Trigger and SLO Recipients, click Add Integration and set Provider to Webhook
- Set Name to
Flashdutyand paste the complete Flashduty push URL into Webhook URL. Shared Secret can be left empty
2
Define the severity variable
Open the Variables tab, click Add variable, set the name to
severity, and set the default value to critical.Flashduty uses this variable to set the severity. Supported values are critical, warning, and info. When you select this recipient on a Trigger or burn alert later, you can override the default for that rule.3
Configure the payload templates
Open the Payload tab, click Enable for each of the three alert types, and paste the matching template. An alert type without an enabled payload cannot use this recipient.Triggers:Budget Rate Burn Alerts:Exhaustion Time Burn Alerts:Then click Add.
4
Add the recipient to a Trigger
- Open Triggers, then edit an existing Trigger or click New Trigger
- Under Recipients, click Add Recipient and select the
Flashdutyrecipient. To use another severity, overrideseverityin the variable row - Set Frequency of Alerts to Limited alerts (the default) or Group resolution alerts, then save the Trigger
5
Add the recipient to an SLO burn alert
- Open SLOs, click Configure in the Burn Alerts column of the target SLO, then click New Burn Alert
- Set the Exhaustion Time or Budget Rate condition and select the
Flashdutyrecipient under Notify. Overrideseverityif needed - Click Create Burn Alert
6
Verify the lifecycle
Test on a Trigger or burn alert sends test notifications with
is_test set to true (a Limited alerts Trigger and a burn alert send one TRIGGERED and one OK; a Continuous alerts Trigger sends only TRIGGERED). Flashduty returns success for test notifications without creating an alert, so you can use them to check that the push URL is reachable.To verify the full flow, let the Trigger condition actually fire and confirm that Flashduty receives an active alert, then let the condition clear and confirm that the original alert recovers.Alert Key
Flashduty uses
instance_id (.Alert.InstanceID) as the Alert Key. Honeycomb’s template variable reference defines it as the unique identifier of one Trigger or burn alert firing, useful for deduplicating and correlating alerts. Honeycomb’s official incident.io template also uses it as the deduplication_key and resolves the matching alert on OK.
- Repeat notifications during one firing (for example, when a new group crosses a Trigger threshold) and the final recovery all update the same Flashduty alert
- When the same Trigger or burn alert fires again after recovering, it gets a new
InstanceIDand becomes a new Flashduty alert - Changes to the name, description, severity, or environment do not change the Alert Key
instance_id and recovers the alert when a notification with status OK arrives. The alert description lists the groups currently over the threshold.
Status and severity
Flashduty uses
status to tell triggers from recoveries, and the severity variable to set the severity.
When
status is OK, Flashduty recovers the original alert and keeps its last severity. An empty or any other status is rejected.
Labels
Troubleshooting
- The Flashduty recipient is not selectable in Honeycomb: Confirm that the matching alert type is enabled on the Payload tab and has a template
- Flashduty returns a parameter error: Confirm that the template matches the one above and that
instance_idandstatusare not empty. Honeycomb does not retry 4xx responses - Every alert is Critical: Confirm that the
severityvariable is defined and overridden on the Trigger or burn alert where needed - Alerts do not recover: Confirm that the Trigger does not use Continuous alerts. Test notifications neither create nor recover alerts