deadtrickster / prometheus.ex

Prometheus.io Elixir client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reduce needless usage of macros

hauleth opened this issue · comments

Such frivolous usage of macros causes problems for end users that wants to check project with dialyzer, instead it will be better to use functions that can be inlined later when needed.