mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-06 13: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
|
||||
|
||||
const (
|
||||
Base Prefix = iota
|
||||
Base Prefix = 1
|
||||
Exa = 1e18
|
||||
Peta = 1e15
|
||||
Tera = 1e12
|
||||
|
Loading…
x
Reference in New Issue
Block a user