mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-08-14 14:52:58 +02:00
Use 1 as Base prefix
This commit is contained in:
@@ -5,7 +5,7 @@ import "regexp"
|
||||
type Prefix float64
|
||||
|
||||
const (
|
||||
Base Prefix = iota
|
||||
Base Prefix = 1
|
||||
Exa = 1e18
|
||||
Peta = 1e15
|
||||
Tera = 1e12
|
||||
|
Reference in New Issue
Block a user