Skip to content

Change redis expiring hash metric from histogram to counter

Timo Furrer requested to merge redis-expiring-hash-to-counter into master
  • Change redis expiring hash metric from histogram to counter

The histogram was simply the wrong metric type. A counter will do.

Merge request reports