Skip to content

Commit 34971ec

Browse files
committed
refine replication metrics
1 parent 5eaf291 commit 34971ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/config/mrt/query/query.sql.misc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,6 @@ queries:
164164
from
165165
inv.inv_nodes_inv_objects
166166
where
167-
completion_status='partial'
167+
role = 'primary'
168+
and
169+
completion_status in ('partial', 'unknown')

0 commit comments

Comments
 (0)