Right now, conversion from double to string executed by NonBlockingStatsDClient.FORMAT depends on the locale of the user. If the user's locale is one where a comma is used as a decimal point, the Datadog Agent will not be able to parse a metric with a double value.
Right now, conversion from
doubletostringexecuted byNonBlockingStatsDClient.FORMATdepends on the locale of the user. If the user's locale is one where a comma is used as a decimal point, the Datadog Agent will not be able to parse a metric with adoublevalue.