mirror of
https://github.com/ClusterCockpit/cc-metric-store.git
synced 2025-07-21 12:21:42 +02:00
Resampler implemented
This commit is contained in:
@@ -107,6 +107,10 @@ func (l *Level) sizeInBytes() int64 {
|
||||
}
|
||||
}
|
||||
|
||||
for _, child := range l.children {
|
||||
size += child.sizeInBytes()
|
||||
}
|
||||
|
||||
return size
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user