Skip to content

Commit 4fe2294

Browse files
authored
build: remove datadog service label from image build (IN-3734) (#383)
## Description This label in the image is causing duplicate `service` tags. We should rely on `DD_SERVICE` environment variable and fallback to internal auto-discovery naming. This label adds more confusion since we reuse the same image for multiple services
1 parent 8152526 commit 4fe2294

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/scripts/track/update_track.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ if [[ $IMAGE_EXISTS == "false" || "$CIRCLE_BRANCH" == "master" || "$CIRCLE_BRANC
167167
)
168168

169169
DATADOG_LABELS=(
170-
--label "com.datadoghq.tags.service=${PACKAGE}"
171170
--label "com.datadoghq.tags.version=${CIRCLE_SHA1}"
172171
--label "com.datadoghq.tags.git.commit.sha=${CIRCLE_SHA1}"
173172
--label "com.datadoghq.tags.git.repository_url=${CIRCLE_REPOSITORY_URL}"

0 commit comments

Comments
 (0)