Metricbeat Redis module: add length of lists in Redis metrics #9582
Labels
enhancement
good first issue
Indicates a good issue for first-time contributors
Metricbeat
Metricbeat
module
Team:Integrations
Label for the Integrations team
This is a request for adding to the Redis Metricbeat module the length of lists in Redis, a metric that represents the length of each list (as in the collectd example), or all lists in the key as a total (as in the prometheus/grafana example).
With collectd it is possible to issue queries about the length of lists.
Prometheus/Graphana also provides the total items per key: https://github.com/oliver006/redis_exporter
We are only gathering info about the number of keys, but no information about the length of lists in keys.
https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-metricset-redis-keyspace.html
cc: @jsoriano
The text was updated successfully, but these errors were encountered: