json_exporter icon indicating copy to clipboard operation
json_exporter copied to clipboard

Remove human friendly digit group separators

Open zleinweber opened this issue 3 years ago • 1 comments

Some APIs that return numeric values as a string that include commas or underscores to separate digit groups. For example, "1,000". This causes an error in SanitizeValue when the string gets passed into strconv.ParseFloat().

This fixes the problem above transparently.

zleinweber avatar Feb 10 '22 20:02 zleinweber

Ping, please resolve requested changes.

SuperQ avatar Jun 06 '23 02:06 SuperQ