We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2cdcf6 commit 5ca1135Copy full SHA for 5ca1135
src/oc_stat_exporter_datadog.erl
@@ -83,4 +83,4 @@ format_num(infinity) -> <<"infinity">>;
83
format_num(Integer) when is_integer(Integer) ->
84
erlang:integer_to_binary(Integer);
85
format_num(Float) when is_float(Float) ->
86
- erlang:float_to_binary(Float, [{decimal, 5}, compact]).
+ erlang:float_to_binary(Float, [{decimals, 5}, compact]).
0 commit comments