-
Notifications
You must be signed in to change notification settings - Fork 1.2k
add budget monitor docs #30876
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
add budget monitor docs #30876
Conversation
✅ Documentation Team ReviewThe documentation team has approved this pull request. Thank you for your contribution! |
Preview links (active after the
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few minor suggestions, but otherwise looks good!
| Threshold | Alert when costs exceed a set value. | Set alerts when today's total cost exceeds $10,000. | | ||
| Forecast | Alert if forecasted costs will exceed your budget. | Alert daily if the forecasted cost for this month is projected to exceed $500. | | ||
|
||
| Monitor Type | Cost Metric based | Purpose | Example | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Monitor Type | Cost Metric based | Purpose | Example | | |
| Monitor Type | Cost Metric-based | Purpose | Example | |
|
||
### Specify which cost to track | ||
|
||
{{< tabs >}} | ||
{{% tab "Cost Metric Based" %}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{{% tab "Cost Metric Based" %}} | |
{{% tab "Cost metric-based" %}} |
| Step | Purpose | Values | | ||
|--------------------|----------------------------------------------------------------|-----------------------------------| | ||
| Granularity | Level of detail at which the cost is evaluated. | `overall` (total cost), `per_row` | | ||
| Threshold | Percentage of budget that is utilized to trigger the alert. | number between 0 and 100 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Threshold | Percentage of budget that is utilized to trigger the alert. | number between 0 and 100 | | |
| Threshold | Percentage of budget that is utilized to trigger the alert. | Number between 0 and 100 (%) | |
@@ -66,6 +71,16 @@ Use the editor to define the cost types or exports. | |||
|
|||
{{< img src="monitors/monitor_types/cloud_cost/cost-monitors-specify-cost.png" alt="Cloud Cost and Metrics data source options for specifying which costs to track" style="width:100%;" >}} | |||
|
|||
{{% /tab %}} | |||
{{% tab "Budgets" %}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{{% tab "Budgets" %}} | |
{{% tab "Budgets-based" %}} |
What does this PR do? What is the motivation?
Extending the
cost alert
monitor documentation to add the cost budget use caseMerge instructions
Merge readiness: