rcrowley / go-metrics

Go port of Coda Hale's Metrics library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

exp panics when Healthcheck encountered

kenjones-cisco opened this issue · comments

func (exp *exp) syncToExpvar() {

Seems that syncToExpvar is missing support for Healthcheck types. Either Healthcheck needs to be added or the default could be changed to a no-op instead of panic.