File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,8 +87,6 @@ def assert_common_metrics(aggregator):
87
87
)
88
88
89
89
aggregator .assert_metric ('redis.replication.delay' , count = 2 )
90
- aggregator .assert_metric ('redis.replication.input_total_bytes' , count = 2 , tags = tags )
91
- aggregator .assert_metric ('redis.replication.output_total_bytes' , count = 2 , tags = tags )
92
90
93
91
94
92
def test_e2e (dd_agent_check , master_instance ):
@@ -111,6 +109,8 @@ def test_e2e(dd_agent_check, master_instance):
111
109
aggregator .assert_metric ('redis.mem.vm_eval' , count = 2 , tags = tags )
112
110
aggregator .assert_metric ('redis.mem.vm_functions' , count = 2 , tags = tags )
113
111
aggregator .assert_metric ('redis.mem.vm_total' , count = 2 , tags = tags )
112
+ aggregator .assert_metric ('redis.replication.input_total_bytes' , count = 2 , tags = tags )
113
+ aggregator .assert_metric ('redis.replication.output_total_bytes' , count = 2 , tags = tags )
114
114
115
115
assert_optional_slowlog_metrics (aggregator )
116
116
aggregator .assert_all_metrics_covered ()
You can’t perform that action at this time.
0 commit comments