We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4541b1 commit ec3f5c3Copy full SHA for ec3f5c3
communication/src/main/java/datadog/communication/monitor/DDAgentStatsDConnection.java
@@ -115,7 +115,6 @@ private void doConnect() {
115
// when using UDS, set "entity-id" to "none" to avoid having the DogStatsD
116
// server add origin tags (see https://github.com/DataDog/jmxfetch/pull/264)
117
if (this.port == 0) {
118
- clientBuilder.constantTags("dd.internal.card:none");
119
clientBuilder.entityID("none");
120
} else {
121
clientBuilder.entityID(null);
0 commit comments