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