Skip to content
Snippets Groups Projects
  1. Mar 09, 2019
  2. Mar 02, 2019
  3. Feb 21, 2019
  4. Feb 20, 2019
  5. Jan 23, 2019
  6. Jan 11, 2019
  7. Dec 20, 2018
  8. Dec 15, 2018
  9. Dec 03, 2018
    • Ben Kochie's avatar
      Cleanup some metrics · e2a26115
      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: default avatarBen Kochie <superq@gmail.com>
      Unverified
      e2a26115
  10. Nov 15, 2018
  11. Nov 01, 2018
  12. Oct 10, 2018
  13. Jul 24, 2018
    • Dan Fuchs's avatar
      Avoid using KEYS, continued (#172) · 8d260bff
      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.
      8d260bff
  14. Jul 03, 2018
  15. Jun 25, 2018
  16. Jun 20, 2018
  17. Jun 13, 2018
  18. Jun 12, 2018
  19. Jun 06, 2018
  20. May 09, 2018
  21. Mar 22, 2018
  22. Mar 21, 2018
  23. Mar 20, 2018
  24. Mar 19, 2018
  25. Dec 06, 2017
  26. Nov 25, 2017
  27. Nov 14, 2017
  28. Nov 10, 2017
  29. Oct 16, 2017
  30. Oct 12, 2017
Loading