feat(cost-insights): Make alert url field optional

This commit is contained in:
Tim Hansen
2020-12-22 10:56:46 -07:00
parent 4cd2530ca0
commit c02defd57f
5 changed files with 68 additions and 8 deletions
+1 -1
View File
@@ -110,4 +110,4 @@ The CostInsightsApi `getAlerts` method may return any type of alert or recommend
The Alert type includes an `element` field to supply the JSX Element that will be rendered in the Cost Insights "Action Items" section; we recommend using Backstage's [InfoCard](https://backstage.io/storybook/?path=/story/layout-information-card--default) and [Recharts](http://recharts.org/en-US/) to show actionable visualizations.
The Alert `url` should link to documentation or instructions for resolving the alert.
The Alert `url` should link to documentation or instructions for resolving the alert. This may be omitted if no external link is needed.