Skip to content

Commit 493b0df

Browse files
chore(patch): configure APM Datadog integration to show code telemetry
1 parent 777328a commit 493b0df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cloudbuild.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ steps:
66
'--file', 'Dockerfile',
77
'--tag', 'gcr.io/${_PROJECT_ID}/${_SERVICE_NAME}:$COMMIT_SHA',
88
'--tag', 'gcr.io/${_PROJECT_ID}/${_SERVICE_NAME}:$VERSION',
9+
'--label', 'org.opencontainers.image.revision=$COMMIT_SHA'
10+
'--label', 'org.opencontainers.image.source=github.com/ServeRest/ServeRest'
911
'.']
1012
# Push the container image to Container Registry
1113
- name: 'gcr.io/cloud-builders/docker'

0 commit comments

Comments
 (0)