Skip to content

Commit 94f2100

Browse files
authored
Minor correction to TQ stats docs (#1606)
1 parent 9bcc1a9 commit 94f2100

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

internal/internal_versioning_client.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,7 @@ type (
166166
// Special note for workflow task queue type: this metric does not count sticky queue tasks. Hence, the reported
167167
// value may be significantly lower than the actual number of workflow tasks added. Note that typically, only
168168
// the first workflow task of each workflow goes to a normal queue, and the rest workflow tasks go to the sticky
169-
// queue associated with a specific worker instance. Activity tasks always go to normal queues so their reported
170-
// rate is accurate.
169+
// queue associated with a specific worker instance. Activity tasks always go to normal queues.
171170
TasksAddRate float32
172171
// Approximate tasks per second dispatched to workers, averaging the last 30 seconds. This includes both
173172
// backlogged and sync-matched tasks, but excludes the Eagerly dispatched workflow and activity tasks (see
@@ -179,8 +178,7 @@ type (
179178
// Special note for workflow task queue type: this metric does not count sticky queue tasks. Hence, the reported
180179
// value may be significantly lower than the actual number of workflow tasks dispatched. Note that typically, only
181180
// the first workflow task of each workflow goes to a normal queue, and the rest workflow tasks go to the sticky
182-
// queue associated with a specific worker instance. Activity tasks always go to normal queues so their reported
183-
// rate is accurate.
181+
// queue associated with a specific worker instance. Activity tasks always go to normal queues.
184182
TasksDispatchRate float32
185183
}
186184

0 commit comments

Comments
 (0)