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
Time to complete an Activity Execution, from the time the Activity Task is generated to the time the language SDK responded with a completion (failure or success).
@@ -171,7 +171,7 @@ An Activity Worker poll for an Activity Task timed out, and no Activity Task is
171
171
The Schedule-To-Start time of an Activity Task.
172
172
A [Schedule-To-Start Timeout](/encyclopedia/detecting-activity-failures#schedule-to-start-timeout) can be set when an Activity Execution is spawned.
173
173
Use this metric to check that Activity Tasks are being processed from the queue in a timely manner.
174
-
Some SDKs include the `activity_type`tag, but the metric should not vary by type, because the type does not influence the rate at which tasks are pulled from the queue.
174
+
Some SDKs include the `activity_type`and `workflow_type` tags, but the metric should not vary by type, because the type does not influence the rate at which tasks are pulled from the queue.
175
175
176
176
- Type: Histogram
177
177
- Available in: Core, Go, Java
@@ -184,7 +184,7 @@ This metric is not recorded for async Activity completion.
Time to complete a Local Activity Execution, from the time the first Activity Task is generated to the time the SDK responds that the execution is complete.
0 commit comments