Skip to content

Commit ec3f5c3

Browse files
authoredNov 15, 2023
Revert setting dd.internal.card:none for UDS (DataDog#6220)
1 parent e4541b1 commit ec3f5c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎communication/src/main/java/datadog/communication/monitor/DDAgentStatsDConnection.java

-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ private void doConnect() {
115115
// when using UDS, set "entity-id" to "none" to avoid having the DogStatsD
116116
// server add origin tags (see https://github.com/DataDog/jmxfetch/pull/264)
117117
if (this.port == 0) {
118-
clientBuilder.constantTags("dd.internal.card:none");
119118
clientBuilder.entityID("none");
120119
} else {
121120
clientBuilder.entityID(null);

0 commit comments

Comments
 (0)