Skip to content

Commit

Permalink
Minor correction to TQ stats docs (#1606)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahabT authored Aug 23, 2024
1 parent 9bcc1a9 commit 94f2100
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions internal/internal_versioning_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ type (
// Special note for workflow task queue type: this metric does not count sticky queue tasks. Hence, the reported
// value may be significantly lower than the actual number of workflow tasks added. Note that typically, only
// the first workflow task of each workflow goes to a normal queue, and the rest workflow tasks go to the sticky
// queue associated with a specific worker instance. Activity tasks always go to normal queues so their reported
// rate is accurate.
// queue associated with a specific worker instance. Activity tasks always go to normal queues.
TasksAddRate float32
// Approximate tasks per second dispatched to workers, averaging the last 30 seconds. This includes both
// backlogged and sync-matched tasks, but excludes the Eagerly dispatched workflow and activity tasks (see
Expand All @@ -179,8 +178,7 @@ type (
// Special note for workflow task queue type: this metric does not count sticky queue tasks. Hence, the reported
// value may be significantly lower than the actual number of workflow tasks dispatched. Note that typically, only
// the first workflow task of each workflow goes to a normal queue, and the rest workflow tasks go to the sticky
// queue associated with a specific worker instance. Activity tasks always go to normal queues so their reported
// rate is accurate.
// queue associated with a specific worker instance. Activity tasks always go to normal queues.
TasksDispatchRate float32
}

Expand Down

0 comments on commit 94f2100

Please sign in to comment.