mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
updated trendprofile model structure
This commit is contained in:
committed by
Dan Christian Bogos
parent
fb9e69e812
commit
bfba6c6f74
@@ -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:".*"`
|
||||
|
||||
Reference in New Issue
Block a user