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
@@ -1644,7 +1644,7 @@ type TrendsMdls []*TrendsMdl
|
||||
|
||||
func (tps TrendsMdls) CSVHeader() (result []string) {
|
||||
return []string{"#" + utils.Tenant, utils.ID, utils.Schedule, utils.StatID,
|
||||
utils.Metrics, utils.QueueLength, utils.TTL, utils.MinItems, utils.CorrelationType, utils.Tolerance, utils.Stored, utils.ThresholdIDs}
|
||||
utils.Metrics, utils.TTL, utils.QueueLength, utils.MinItems, utils.CorrelationType, utils.Tolerance, utils.Stored, utils.ThresholdIDs}
|
||||
}
|
||||
|
||||
func (models TrendsMdls) AsTPTrends() (result []*utils.TPTrendsProfile) {
|
||||
|
||||
Reference in New Issue
Block a user