modified ranking csv and model

This commit is contained in:
gezimbll
2024-10-17 11:46:10 +02:00
committed by Dan Christian Bogos
parent ed8ac2a317
commit 1765be1247
15 changed files with 149 additions and 143 deletions

View File

@@ -288,12 +288,13 @@ type RankingsMdl struct {
Tpid string
Tenant string `index:"0" re:".*"`
ID string `index:"1" re:".*"`
QueryInterval string `index:"2" re:".*"`
Schedule string `index:"2" re:".*"`
StatIDs string `index:"3" re:".*"`
MetricIDs string `index:"4" re:".*"`
Sorting string `index:"5" re:".*"`
SortingParameters string `index:"6" re:".*"`
ThresholdIDs string `index:"7" re:".*"`
Stored bool `index:"7" re:".*"`
ThresholdIDs string `index:"8" re:".*"`
CreatedAt time.Time
}