added new fields

This commit is contained in:
Edwardro22
2017-08-01 16:24:38 +03:00
parent 335e3febb2
commit 85000b4ca3
16 changed files with 89 additions and 32 deletions

View File

@@ -48,6 +48,8 @@ type StatsQueue struct {
Metrics []string // list of metrics to build
Store bool // store to DB
Thresholds []string // list of thresholds to be checked after changes
Blocker bool // blocker flag to stop processing on filters matched
Stored bool
Weight float64
}