mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-10 15:14:09 +00:00
lib/streamaggr: remove unused fields
This commit is contained in:
parent
9d0e1f8e68
commit
66947ee5a2
2 changed files with 1 additions and 3 deletions
|
@ -12,7 +12,6 @@ import (
|
||||||
type histogramBucketAggrState struct {
|
type histogramBucketAggrState struct {
|
||||||
m sync.Map
|
m sync.Map
|
||||||
|
|
||||||
ignoreInputDeadline uint64
|
|
||||||
intervalSecs uint64
|
intervalSecs uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,6 @@ type increaseStateValue struct {
|
||||||
mu sync.Mutex
|
mu sync.Mutex
|
||||||
lastValues map[string]*lastValueState
|
lastValues map[string]*lastValueState
|
||||||
total float64
|
total float64
|
||||||
increase float64
|
|
||||||
deleteDeadline uint64
|
deleteDeadline uint64
|
||||||
deleted bool
|
deleted bool
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue