You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: layouts/shortcodes/serverless-init-install.html
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
-
{{ if eq (.Get "cloudservice") "jobs" }}<divclass="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" }}<divclass="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
+
<divclass="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:
0 commit comments