Commit 2c64a5d
authored
TaskQueue per-priority stats (#611)
_**READ BEFORE MERGING:** All PRs require approval by both Server AND
SDK teams before merging! This is why the number of required approvals
is "2" and not "1"--two reviewers from the same team is NOT sufficient.
If your PR is not approved by someone in BOTH teams, it may be summarily
reverted._
<!-- Describe what has changed in this PR -->
**What changed?**
Adding a breakdown of stats per-priority levels to the two APIs that
return task queue stats already.
<!-- Tell your future self why have you made these changes -->
**Why?**
To give users insights on a per priority level.
<!-- Are there any breaking changes on binary or code level? -->
**Breaking changes**
N/A
<!-- If this breaks the Server, please provide the Server PR to merge
right after this PR was merged. -->
**Server PR**
temporalio/temporal#80301 parent 76b8fcb commit 2c64a5d
File tree
3 files changed
+57
-11
lines changed- openapi
- temporal/api/workflowservice/v1
3 files changed
+57
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7224 | 7224 | | |
7225 | 7225 | | |
7226 | 7226 | | |
| 7227 | + | |
| 7228 | + | |
| 7229 | + | |
| 7230 | + | |
| 7231 | + | |
| 7232 | + | |
| 7233 | + | |
7227 | 7234 | | |
7228 | 7235 | | |
7229 | 7236 | | |
| |||
10804 | 10811 | | |
10805 | 10812 | | |
10806 | 10813 | | |
| 10814 | + | |
| 10815 | + | |
| 10816 | + | |
| 10817 | + | |
| 10818 | + | |
| 10819 | + | |
| 10820 | + | |
| 10821 | + | |
| 10822 | + | |
| 10823 | + | |
| 10824 | + | |
10807 | 10825 | | |
10808 | 10826 | | |
10809 | 10827 | | |
10810 | 10828 | | |
10811 | | - | |
10812 | | - | |
10813 | | - | |
10814 | | - | |
10815 | 10829 | | |
10816 | 10830 | | |
10817 | 10831 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7805 | 7805 | | |
7806 | 7806 | | |
7807 | 7807 | | |
| 7808 | + | |
| 7809 | + | |
| 7810 | + | |
| 7811 | + | |
| 7812 | + | |
| 7813 | + | |
| 7814 | + | |
| 7815 | + | |
| 7816 | + | |
| 7817 | + | |
| 7818 | + | |
| 7819 | + | |
| 7820 | + | |
| 7821 | + | |
| 7822 | + | |
7808 | 7823 | | |
7809 | 7824 | | |
7810 | 7825 | | |
| |||
7818 | 7833 | | |
7819 | 7834 | | |
7820 | 7835 | | |
7821 | | - | |
7822 | | - | |
7823 | | - | |
7824 | | - | |
7825 | 7836 | | |
7826 | 7837 | | |
7827 | 7838 | | |
| |||
7901 | 7912 | | |
7902 | 7913 | | |
7903 | 7914 | | |
| 7915 | + | |
| 7916 | + | |
| 7917 | + | |
| 7918 | + | |
| 7919 | + | |
| 7920 | + | |
| 7921 | + | |
| 7922 | + | |
| 7923 | + | |
7904 | 7924 | | |
7905 | 7925 | | |
7906 | 7926 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1095 | 1095 | | |
1096 | 1096 | | |
1097 | 1097 | | |
| 1098 | + | |
| 1099 | + | |
| 1100 | + | |
| 1101 | + | |
| 1102 | + | |
| 1103 | + | |
| 1104 | + | |
| 1105 | + | |
| 1106 | + | |
| 1107 | + | |
1098 | 1108 | | |
1099 | 1109 | | |
1100 | 1110 | | |
| |||
1106 | 1116 | | |
1107 | 1117 | | |
1108 | 1118 | | |
1109 | | - | |
1110 | | - | |
1111 | | - | |
1112 | 1119 | | |
1113 | 1120 | | |
1114 | 1121 | | |
| |||
2069 | 2076 | | |
2070 | 2077 | | |
2071 | 2078 | | |
| 2079 | + | |
| 2080 | + | |
| 2081 | + | |
| 2082 | + | |
| 2083 | + | |
2072 | 2084 | | |
2073 | 2085 | | |
2074 | 2086 | | |
| |||
0 commit comments