Webhooks are used by Chartbrew to send chart alerts. Chartbrew also supports sending data to Slack through the Incoming Webhook integration.Documentation Index
Fetch the complete documentation index at: https://docs.chartbrew.com/llms.txt
Use this file to discover all available pages before exploring further.
Webhook chart alerts
Chartbrew sendsPOST requests to the webhook URL with the following payload:
chart- the chart name as astringalert- the alert configurationtype- the alert type is one ofmilestone,threshold_above,threshold_below,threshold_between,threshold_outside,anomalyrules- this is anobjectthat shows the trigger rules for the alert
alertsFound- anarrayofobjectscontaining a label and a value for each item on the chart that triggered the alertdashboardUrl- the URL to the dashboard where the chart is located
Slack webhook
When sending data to Slack, Chartbrew will also attach ablocks property to the payload. This is an array of objects that contain the Slack blocks to be rendered in the message.