mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-08 14:35:55 +02:00
Use 1 as Base prefix
This commit is contained in:
parent
887bf963af
commit
f80aee4d0f
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user