deadtrickster / prometheus.ex

Prometheus.io Elixir client
411 stars 68 forks source link

Reduce needless usage of macros #23

Closed hauleth closed 6 years ago

hauleth commented 6 years ago

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.