- Mar 21, 2019
-
-
Joris Beckers authored
* Split key-value line on first colon * Add IPv6 test to connected slave test
-
Oliver authored
-
sKabYY authored
* add last_slow_execution_duration_seconds
-
- Mar 09, 2019
- Mar 02, 2019
-
-
Andrey Kuzmin authored
* Streams metrics support. There are new key type in Redis 5 - Streams. So, we get ability to monitor them. * Test for stream.
-
- Feb 21, 2019
-
-
Parham Alvani authored
* Adds tile38 metrics and parser.
-
- Feb 20, 2019
-
-
Samuel Berthe authored
* Adding replication lag metric
-
- Jan 23, 2019
-
-
redzippo1 authored
* Add slave_port attribute to metric "redis_connected_slave_offset"
- Jan 11, 2019
-
-
Volker Möbius authored
* fixed issue#221: apply correct key name while formatting debug log
-
- Dec 20, 2018
-
-
Oliver authored
-
- Dec 15, 2018
-
-
Oliver authored
-
- Dec 03, 2018
-
-
Ben Kochie authored
Remove `mem_fragmentation_ratio`: * Comes from `redis_memory_used_rss_bytes / redis_memory_used_bytes`. * Metric only provides 2 digits of accuracy compared to calculation. Add allocator metrics. Cleanup Prometheus naming of commands metrics names to avoid confusing references to being a "Summary" metric, it's not. Remove `total_system_memory`, this duplicates node_exporter metrics. Signed-off-by:
Ben Kochie <superq@gmail.com>
-
- Nov 15, 2018
-
-
Tomasz Prus authored
-
- Nov 01, 2018
-
-
Christian Groschupp authored
-
- Oct 10, 2018
-
-
Ericon Freeman authored
-
Ericon Freeman authored
-
Ericon Freeman authored
-
- Jul 24, 2018
-
-
Dan Fuchs authored
* Avoid using KEYS. * Check single keys, or patterns with `SCAN` Continues the work that @Tinche did in #149. * Add an arg, `check-single-keys` to get size and value with `TYPE` * Modify the behavior of `check-keys` * Get keys from globs with `SCAN` rather than `KEYS` * If a key doesn't have any glob characters in it, just add it to the list of things to check with `TYPE` I added an argument rather than decide `SCAN` vs `TYPE` based on the presence of glob characters because, technically, redis key names can contain glob characters, according to https://redis.io/topics/data-types-intro: Redis keys are binary safe, this means that you can use any binary sequence as a key, from a string like "foo" to the content of a JPEG file. The empty string is also a valid key. The only way to be able to check for key names with glob characters in them is by being able to explicitly specify keys that you don't want to glob for.
-
- Jul 03, 2018
-
-
carlo-blohm authored
* add empty help text to be compatible with prometheus >= 2.3.1
-
- Jun 25, 2018
- Jun 20, 2018
- Jun 13, 2018
-
-
Ericon Freeman authored
-
- Jun 12, 2018
-
-
yuzhiqiang authored
-
yuzhiqiang authored
-
yuzhiqiang authored
-
yuzhiqiang authored
-
yuzhiqiang authored
-
- Jun 06, 2018
-
-
Konrad Wojas authored
Allow an optional Redis Lua script to collect extra metrics. This can be enabled with a new `-script` flag. An example is provided in contrib.
-
- May 09, 2018
-
-
Dan Fuchs authored
-
- Mar 22, 2018
- Mar 21, 2018
-
-
Oliver authored
-
- Mar 20, 2018
-
-
https://github.com/garyburd/redigohttps://github.com/gomodule/redigoStan Hu authored
Bump redigo to 2.0.0 for new paths
-
- Mar 19, 2018
-
-
Sergey Saveljev authored
-
- Dec 06, 2017
-
-
Oliver authored
-
- Nov 25, 2017
-
-
Oliver authored
-