temporalio / api

Temporal gRPC API and proto files
https://temporal.io
MIT License
77 stars 65 forks source link

Rename BacklogInfo to TaskQueueStats #411

Closed ShahabT closed 1 month ago

ShahabT commented 1 month ago

What changed? Rename BacklogInfo to TaskQueueStats.

Why? Some of the stats in this struct are not only about backlog and concerns the sync-matched tasks as well. e.g. task_add_rate.

Breaking changes

Server PR