deadtrickster / prometheus.erl

Prometheus.io client in Erlang
MIT License
341 stars 117 forks source link

Fix incorrect labels type #97

Closed juhlig closed 5 years ago

juhlig commented 5 years ago

The labels type is incorrectly defined as [labels()], it should be [label()] instead.