]> arthur.barton.de Git - netdata.git/commitdiff
change unit
authorpaulfantom <paulfantom@gmail.com>
Wed, 24 Aug 2016 17:13:18 +0000 (19:13 +0200)
committerpaulfantom <paulfantom@gmail.com>
Wed, 24 Aug 2016 17:13:18 +0000 (19:13 +0200)
python.d/memcached.chart.py

index 17cab593337f6046c9429bc9e72de352e955416f..7fd2d9bbca6c3f721e53c75c94ee4bc4251a5e58 100644 (file)
@@ -24,7 +24,7 @@ ORDER = ['cache', 'net', 'connections', 'items', 'evicted_reclaimed',
 
 CHARTS = {
     'cache': {
-        'options': [None, 'Cache Size', 'kilobytes', 'Cache', 'memcached.cache', 'stacked'],
+        'options': [None, 'Cache Size', 'megabytes', 'Cache', 'memcached.cache', 'stacked'],
         'lines': [
             ['bytes', 'used', 'absolute', 1, 1048576],
             ['available', 'available', 'absolute', 1, 1048576]