Skip to content

Commit

Permalink
Bring back total_system_memory_bytes metric. (oliver006#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
juris authored and oliver006 committed Jan 23, 2019
1 parent 6d808b8 commit 5722219
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exporter/redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ var (
"used_memory_rss": "memory_used_rss_bytes",
"used_memory_peak": "memory_used_peak_bytes",
"used_memory_lua": "memory_used_lua_bytes",
"total_system_memory": "total_system_memory_bytes",
"maxmemory": "memory_max_bytes",

// # Persistence
Expand Down

0 comments on commit 5722219

Please sign in to comment.