File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
conf/grafana/dashboards/files Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 258258 },
259259 {
260260 "type" : " timeseries" ,
261- "title" : " percona_clustersync_mongodb_events_processed_total " ,
261+ "title" : " percona_clustersync_mongodb_events_applied_total " ,
262262 "id" : 8 ,
263263 "gridPos" : {
264264 "h" : 8 ,
272272 },
273273 "targets" : [
274274 {
275- "expr" : " percona_clustersync_mongodb_events_processed_total " ,
275+ "expr" : " percona_clustersync_mongodb_events_applied_total " ,
276276 "refId" : " H" ,
277277 "instant" : false
278278 }
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ def assert_metrics(metrics):
104104 'percona_clustersync_mongodb_copy_read_document_total' : lambda v : 0 <= v <= 100_000 ,
105105 'percona_clustersync_mongodb_copy_read_size_bytes_total' : lambda v : 0 <= v <= 2 ** 30 ,
106106 'percona_clustersync_mongodb_estimated_total_size_bytes' : lambda v : 0 <= v <= 2 ** 30 ,
107- 'percona_clustersync_mongodb_events_processed_total ' : lambda v : 0 <= v <= 50_000 ,
107+ 'percona_clustersync_mongodb_events_applied_total ' : lambda v : 0 <= v <= 50_000 ,
108108 'percona_clustersync_mongodb_initial_sync_lag_time_seconds' : lambda v : v >= 0 and v <= 600 ,
109109 'percona_clustersync_mongodb_lag_time_seconds' : lambda v : v >= 0 and v <= 600 ,
110110 'percona_clustersync_mongodb_process_cpu_seconds_total' : lambda v : 0 <= v <= 600 ,
You can’t perform that action at this time.
0 commit comments