Skip to content

Commit 7eb0230

Browse files
authored
Merge pull request #149 from DataDog/jaime/zk_sync
[zk] syncing check.
2 parents 95153cf + 228cb78 commit 7eb0230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zk/check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def check(self, instance):
129129
expected_mode = (instance.get('expected_mode') or '').strip()
130130
tags = instance.get('tags', [])
131131
cx_args = (host, port, timeout)
132-
sc_tags = ["host:{0}".format(host), "port:{0}".format(port)]
132+
sc_tags = ["host:{0}".format(host), "port:{0}".format(port)] + list(set(tags))
133133
hostname = self.hostname
134134
report_instance_mode = instance.get("report_instance_mode", True)
135135

0 commit comments

Comments
 (0)