bob icon indicating copy to clipboard operation
bob copied to clipboard

Bob's RPS value doesn't drop over time

Open archeoss opened this issue 1 year ago • 1 comments

Description

Currently, Bob's RPS value doesn't drop over time and stuck to last recorded value. This includes per node RPS metric and cluster-wise RPS metric.

To Reproduce

  1. Start BOB cluster
  2. Start bobp tool to write into cluster
  3. Request metrics from bob

Screenshots

image_2024-03-03_03-47-25

archeoss avatar Mar 03 '24 14:03 archeoss

Problematic code here: https://github.com/qoollo/bob/blob/master/bob-common/src/metrics/exporters/global_exporter/rate_processor.rs

It should be resolved during metrics refactoring. Related issues: https://github.com/qoollo/bob/issues/628 and https://github.com/qoollo/bob/issues/689

ikopylov avatar Mar 03 '24 21:03 ikopylov