コード例 #1
0
// Unregister removes any entries to the metrics names in metrics context
func (s *PerCgroupStat) Unregister() {
	misc.UnregisterMetrics(s, s.m, s.prefix)
}
コード例 #2
0
ファイル: fsstat_linux.go プロジェクト: sdolan99/inspect
// Unregister removes metrics from metric-context
func (s *PerFSStat) Unregister() {
	misc.UnregisterMetrics(s, s.m, "fsstat."+s.mp)
}