You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To fix, Elixometer.Utils should either expose the configured formatter, or implement clear_counter/1.
Exposing formatter is preferable, because there are often situations where an application may need to translate metric names between "Elixometer view" and "exometer view".
The text was updated successfully, but these errors were encountered:
A default formatter
Elixometer.Utils
is called instead of a configured one:elixometer/lib/elixometer.ex
Line 292 in c4a886b
To fix,
Elixometer.Utils
should either expose the configured formatter, or implementclear_counter/1
.Exposing formatter is preferable, because there are often situations where an application may need to translate metric names between "Elixometer view" and "exometer view".
The text was updated successfully, but these errors were encountered: