- Nov 01, 2018
-
-
Christian Groschupp authored
-
Christian Groschupp authored
-
- Oct 10, 2018
-
-
Ericon Freeman authored
-
Ericon Freeman authored
-
Ericon Freeman authored
-
- Jul 30, 2018
- 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.
-
Oliver authored
-
- Jul 20, 2018
-
-
Oliver authored
-
- Jul 03, 2018
-
-
carlo-blohm authored
* add empty help text to be compatible with prometheus >= 2.3.1
-
- Jun 25, 2018
- Jun 23, 2018
- Jun 20, 2018
-
-
xginn8 authored
-
Benjamin Ihrig authored
Adresses #167
-
xginn8 authored
start_time is a more idiomatic way to store the process uptime, and is what is provided by the Prometheus library itself. Since this is a breaking change, I am happy to add this as a second metric if necessary
-
- Jun 13, 2018
-
-
Oliver authored
add slow logs count
-
Ericon Freeman authored
-
- Jun 12, 2018
-
-
yuzhiqiang authored
-
yuzhiqiang authored
-
yuzhiqiang authored
-
yuzhiqiang authored
-
yuzhiqiang authored
-
yuzhiqiang authored
-
yuzhiqiang authored
-
- Jun 06, 2018
-
-
Oliver authored
Optional Redis Lua script for metric collection
-
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 28, 2018
- May 10, 2018
-
-
Oliver authored
Add `maxclients` to config metrics
-
- May 09, 2018
-
-
Dan Fuchs authored
-
- Apr 23, 2018