Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions layouts/shortcodes/serverless-init-install.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{{ 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 }}
Datadog publishes new releases of the `serverless-init` container image to Google's gcr.io, AWS's ECR, and on Docker Hub:
{{ 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>
<div class="alert alert-info">Cloud Run Jobs requires <code>serverless-init</code> version 1.9.0 or later.</div>{{ end }}
Datadog publishes new releases of the <code>serverless-init</code> container image to Google's gcr.io, AWS's ECR, and on Docker Hub:

| hub.docker.com | gcr.io | public.ecr.aws |
| ---- | ---- | ---- |
Expand Down
Loading