Bug #61572
mgr: remove invalid zero performance counter
Status:
Fix Under Review
Priority:
Normal
Assignee:
Category:
prometheus module
Target version:
% Done:
0%
Source:
Community (dev)
Tags:
Backport:
reef quincy pacific
Regression:
No
Severity:
3 - minor
Reviewed:
Description
The Prometheus server may get the following data when a counter has no data available for a period of time:
'10100 @1685548800.000'
'10200 @1685548815.000'
'0 @1685548830.000'
'10400 @1685548845.000'
Assume this counter is 'ceph_osd_op_r' and we will get an incorrect value when calculating 'rate(ceph_osd_op_r[1m])'.
History
#1 Updated by Konstantin Shalygin 6 months ago
- Category set to prometheus module
- Status changed from New to Fix Under Review
- Assignee set to Zhansong Gao
- Target version set to v19.0.0
- Source set to Community (dev)
- Backport set to reef quincy pacific