Skip to content

fix inconsistency in duration unit since elixir 1.8.0 #27

Description

@MattiasAlsNix

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 ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions