updated trendprofile model structure

This commit is contained in:
gezimblliku
2024-09-18 11:40:42 +02:00
committed by Dan Christian Bogos
parent fb9e69e812
commit bfba6c6f74
10 changed files with 12 additions and 12 deletions

View File

@@ -309,8 +309,8 @@ type TrendsMdl struct {
Schedule string `index:"2" re:".*"`
StatID string `index:"3" re:".*"`
Metrics string `index:"4" re:".*"`
QueueLength int `index:"5" re:".*"`
TTL string `index:"6" re:".*"`
TTL string `index:"5" re:".*"`
QueueLength int `index:"6" re:".*"`
MinItems int `index:"7" re:".*"`
CorrelationType string `index:"8" re:".*"`
Tolerance float64 `index:"9" re:".*"`