penglongli / gin-metrics

gin-gonic/gin metrics for prometheus.
MIT License
255 stars 61 forks source link

Fix error formatter in types for metric.Type #17

Closed Padorax closed 2 years ago

Padorax commented 2 years ago

metric.Type is int, so should use %d instead of %s. Otherwise, nogo check will throw an error.

penglongli commented 2 years ago

LGTM!