cd_e2e_monitoring_config/templates/slo/slo.json

18 lines
418 B
JSON

{
"enabled": true,
"name": "{{ .name }}",
"description": "",
"status": "SUCCESS",
"error": "NONE",
"metricExpression": "{{ .metricExpression }}",
"target": "{{ .target }}",
"warning": "{{ .warning }}",
"evaluationType": "AGGREGATE",
"timeframe": "-1w",
"denominatorValue": 0,
"metricRate": "",
"useRateMetric": true,
"metricDenominator": "",
"metricNumerator": "",
"numeratorValue": 0
}