summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/memcached
diff options
context:
space:
mode:
authorRalph Meijer <ralphm@ik.nu>2023-06-21 16:01:30 +0200
committerGitHub <noreply@github.com>2023-06-21 17:01:30 +0300
commit97ed758f5bf84107b62d056abdb3e5a102fbc906 (patch)
treeae8f773824ac746f009f003c3dfe65b92be1b335 /collectors/python.d.plugin/memcached
parent6e1e97c5e8d136162368e16d27d7aa09b047f8c6 (diff)
Remove erroneous space for unit (#15226)
Diffstat (limited to 'collectors/python.d.plugin/memcached')
-rw-r--r--collectors/python.d.plugin/memcached/metrics.csv2
1 files changed, 1 insertions, 1 deletions
diff --git a/collectors/python.d.plugin/memcached/metrics.csv b/collectors/python.d.plugin/memcached/metrics.csv
index c736207521..8016a9d6e5 100644
--- a/collectors/python.d.plugin/memcached/metrics.csv
+++ b/collectors/python.d.plugin/memcached/metrics.csv
@@ -3,7 +3,7 @@ memcached.cache,,"available, used",MiB,Cache Size,stacked,,python.d.plugin,memca
memcached.net,,"in, out",kilobits/s,Network,area,,python.d.plugin,memcached
memcached.connections,,"current, rejected, total",connections/s,Connections,line,,python.d.plugin,memcached
memcached.items,,"current,total",items,Items,line,,python.d.plugin,memcached
-memcached.evicted_reclaimed,,"reclaimed, evicted", items,Evicted and Reclaimed Items,line,,python.d.plugin,memcached
+memcached.evicted_reclaimed,,"reclaimed, evicted",items,Evicted and Reclaimed Items,line,,python.d.plugin,memcached
memcached.get,,"hints, misses",requests,Get Requests,stacked,,python.d.plugin,memcached
memcached.get_rate,,rate,requests/s,Get Request Rate,line,,python.d.plugin,memcached
memcached.set_rate,,rate,requests/s,Set Request Rate,line,,python.d.plugin,memcached