json_exporter
json_exporter copied to clipboard
Remove human friendly digit group separators
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.
Ping, please resolve requested changes.