Skip to content
Snippets Groups Projects
Select Git revision
  • oh_fix_missing_metrics
  • master default
  • oh_fix_gofmt
  • oh_refactor_and_tests
  • oh_update_dep_and_run_dep_prune
  • oh_fix_build_instructions
  • oh_cluster_tests
  • oh_couple_of_tweaks
  • v0.32.0
  • v0.31.0
  • v0.30.0
  • v0.29.0
  • v0.28.0
  • v0.27.0
  • v0.26.0
  • v0.25.0
  • v0.24.0
  • v0.23.0
  • v0.22.1
  • v0.22.0
  • v0.21.2
  • v0.21.1
  • v0.21.0
  • v0.20.2
  • v0.20.1
  • v0.20.0
  • v0.19.1
  • v0.19.0
28 results

redis.go

  • Ben Kochie's avatar
    e2a26115
    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>
    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: default avatarBen Kochie <superq@gmail.com>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.