We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208c1b5 commit 2c699e4Copy full SHA for 2c699e4
datadog_callback.py
@@ -82,7 +82,7 @@ def send_metric(self, metric, value, tags=None, host=None):
82
datadog.api.Metric.send(
83
metric="ansible.{0}".format(metric),
84
points=value,
85
- tags=self.default_tags,
+ tags=tags,
86
host=host,
87
)
88
except Exception, e:
0 commit comments