Skip to content

Commit

Permalink
delete extra code
Browse files Browse the repository at this point in the history
  • Loading branch information
EriconYu committed Jul 31, 2018
1 parent eedfc70 commit 56bddc2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions exporter/redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,6 @@ func (e *Exporter) initGauges() {
Name: "slowlog_length",
Help: "Total slowlog",
}, []string{"addr", "alias"})
e.metrics["total_system_memory"] = prometheus.NewGaugeVec(prometheus.GaugeOpts{
Namespace: e.namespace,
Name: "total_system_memory",
Help: "Total System Memory in this host",
}, []string{"addr", "alias"})
}

// splitKeyArgs splits a command-line supplied argument into a slice of dbKeyPairs.
Expand Down

0 comments on commit 56bddc2

Please sign in to comment.