Delete unused code
This commit is contained in:
parent
a7da926abb
commit
1bd94074dd
5 changed files with 13 additions and 139 deletions
|
|
@ -33,14 +33,6 @@ var (
|
|||
edacMemCsrowRE = regexp.MustCompile(`.*devices/system/edac/mc/mc[0-9]*/csrow([0-9]*)`)
|
||||
)
|
||||
|
||||
type edacMCMetric struct {
|
||||
metricName string
|
||||
metricType prometheus.ValueType
|
||||
metricHelp string
|
||||
memController string
|
||||
value float64
|
||||
}
|
||||
|
||||
type edacCollector struct {
|
||||
ceCount *prometheus.Desc
|
||||
ueCount *prometheus.Desc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue