Skip to content

Commit 3177ba7

Browse files
authored
[Cloud Run Jobs] Specify minimum serverless-init version (#33217)
* fix "serverless-init" text * specify minimum serverless-init version
1 parent 6cc5db6 commit 3177ba7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

layouts/shortcodes/serverless-init-install.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
{{ if eq (.Get "cloudservice") "jobs" }}<div class="alert alert-info">Serverless-init automatically creates a span for the duration of a task, even if the tracer is not installed. You can disable this by setting <code>DD_APM_ENABLED=false</code>. However, tracing is <strong>recommended</strong> because it is required for task-level visibility.</div>{{ end }}
2-
Datadog publishes new releases of the `serverless-init` container image to Google's gcr.io, AWS's ECR, and on Docker Hub:
1+
{{ if eq (.Get "cloudservice") "jobs" }}<div class="alert alert-info">Serverless-init automatically creates a span for the duration of a task, even if the tracer is not installed. You can disable this by setting <code>DD_APM_ENABLED=false</code>. However, tracing is <strong>recommended</strong> because it is required for task-level visibility.</div>
2+
<div class="alert alert-info">Cloud Run Jobs requires <code>serverless-init</code> version 1.9.0 or later.</div>{{ end }}
3+
Datadog publishes new releases of the <code>serverless-init</code> container image to Google's gcr.io, AWS's ECR, and on Docker Hub:
34

45
| hub.docker.com | gcr.io | public.ecr.aws |
56
| ---- | ---- | ---- |

0 commit comments

Comments
 (0)