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 7cac5b2 commit a784ec9Copy full SHA for a784ec9
communication/src/test/groovy/datadog/communication/monitor/DDAgentStatsDClientTest.groovy
@@ -140,6 +140,8 @@ class DDAgentStatsDClientTest extends DDSpecification {
140
cleanup:
141
injectSysConfig(EXPERIMENTAL_PROPAGATE_PROCESS_TAGS_ENABLED, "true")
142
ProcessTags.reset()
143
+ client.close()
144
+ server.close()
145
146
where:
147
namespace | constantTags | expectedMetricName | expectedTags
0 commit comments