mirror of
https://github.com/ClusterCockpit/cc-metric-store.git
synced 2025-09-13 20:23:01 +02:00
streaming checkpoints
This commit is contained in:
8
internal/types/types.go
Normal file
8
internal/types/types.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package types
|
||||
|
||||
type Stats struct {
|
||||
Samples int `json:"samples"`
|
||||
Min Float `json:"min"`
|
||||
Avg Float `json:"avg"`
|
||||
Max Float `json:"max"`
|
||||
}
|
Reference in New Issue
Block a user