- Dec 20, 2018
- Dec 17, 2018
- Dec 15, 2018
-
-
Oliver authored
-
- Dec 11, 2018
- Dec 03, 2018
-
-
Oliver authored
Cleanup some metrics
-
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 16, 2018
-
-
Oliver authored
feat: add aof metrics
-
- Nov 15, 2018
-
-
Tomasz Prus authored
-
- Nov 08, 2018
- Nov 03, 2018
-
-
Oliver authored
Add slowlog_last_id metric.
-
- Nov 02, 2018
-
-
Christian Groschupp authored
-
- 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
-