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,8 +12,7 @@ import (
|
|||
type histogramBucketAggrState struct {
|
||||
m sync.Map
|
||||
|
||||
ignoreInputDeadline uint64
|
||||
intervalSecs uint64
|
||||
intervalSecs uint64
|
||||
}
|
||||
|
||||
type histogramBucketStateValue struct {
|
||||
|
|
|
@ -19,7 +19,6 @@ type increaseStateValue struct {
|
|||
mu sync.Mutex
|
||||
lastValues map[string]*lastValueState
|
||||
total float64
|
||||
increase float64
|
||||
deleteDeadline uint64
|
||||
deleted bool
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue