Skip to content

Commit

Permalink
Propagate agent host tags for sqlserver
Browse files Browse the repository at this point in the history
  • Loading branch information
natashadada committed Sep 11, 2024
1 parent afd10dd commit 6a177d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlserver/datadog_checks/sqlserver/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def _build_tags(self, custom_tags, propagate_agent_tags):
if custom_tags is None:
tags = []
else:
tags = custom_tags # list(set(custom_tags))
tags = custom_tags

if propagate_agent_tags:
try:
Expand Down

0 comments on commit 6a177d5

Please sign in to comment.