Since release of elixir 1.8.0 System uses singular for time units.
[System] :seconds, :milliseconds, etc. as time units is deprecated in favor of :second, :millisecond, etc.
https://github.com/elixir-lang/elixir/releases
Prometheus metrics are still using plural, is there a plan to adjust duration units to use singular as well ?
Since release of elixir 1.8.0
Systemuses singular for time units.Prometheus metrics are still using plural, is there a plan to adjust duration units to use singular as well ?