Backup commit

This commit is contained in:
2023-02-28 09:33:55 +01:00
parent 52d424b332
commit c6c217adb0
5 changed files with 27 additions and 87 deletions

View File

@@ -49,10 +49,6 @@ type MetricConfig struct {
Scope MetricScope `json:"scope"`
Aggregation *string `json:"aggregation"`
Timestep int `json:"timestep"`
Peak *float64 `json:"peak"`
Normal *float64 `json:"normal"`
Caution *float64 `json:"caution"`
Alert *float64 `json:"alert"`
SubClusters []*SubClusterConfig `json:"subClusters"`
}