slo-simply-smarter/project_monaco/smarter/slo/Optimization-CPUUsage.json

24 lines
744 B
JSON

{
"burnRateMetricKey": "func:slo.errorBudgetBurnRate.resource_optimization___cpu_usage",
"enabled": true,
"errorBudgetBurnRate": {
"burnRateVisualizationEnabled": true,
"fastBurnThreshold": 10
},
"errorBudgetMetricKey": "func:slo.errorBudget.resource_optimization___cpu_usage",
"evaluationType": "AGGREGATE",
"filter": "",
"metricDenominator": "",
"metricExpression": "builtin:host.cpu.usage:splitBy()",
"metricKey": "func:slo.resource_optimization___cpu_usage",
"metricNumerator": "",
"metricRate": "",
"name": "{{.name}}",
"normalizedErrorBudgetMetricKey": "func:slo.normalizedErrorBudget.resource_optimization___cpu_usage",
"numeratorValue": 0,
"target": 50,
"timeframe": "-1w",
"useRateMetric": true,
"warning": 60
}