You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2025. It is now read-only.
Just wanted to explore what GC stats were getting captured, so i added
go metrics.CaptureDebugGCStats(metrics.DefaultRegistry, 10*time.Second)and It appears to panic because
debugMetrics.ReadGCStatsis a Timer interface that is never initialized.version from go.mod is
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0