Skip to content

Commit

Permalink
dedupe
Browse files Browse the repository at this point in the history
  • Loading branch information
natashadada authored Sep 17, 2024
1 parent 6a177d5 commit be10937
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sqlserver/datadog_checks/sqlserver/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def _build_tags(self, custom_tags, propagate_agent_tags):
if custom_tags is None:
tags = []
else:
custom_tags = list(set(custom_tags))
tags = custom_tags

if propagate_agent_tags:
Expand Down

0 comments on commit be10937

Please sign in to comment.