-
Aliaksandr Valialkin authored
Add support for numbers like 12_346_798 and 1.344_543_344 This is a convenience enhancement, which improves readability of long numbers in MetricsQL queries. For example, 1_234_567_890 is easier to read than 1234567890. These numbers are supported by Go - see https://github.com/golang/go/issues/28493
Aliaksandr Valialkin authoredAdd support for numbers like 12_346_798 and 1.344_543_344 This is a convenience enhancement, which improves readability of long numbers in MetricsQL queries. For example, 1_234_567_890 is easier to read than 1234567890. These numbers are supported by Go - see https://github.com/golang/go/issues/28493