Commit d2656b3
committed
fix(webapp): read the queue ranking from the queue-metrics ClickHouse client
The Queues list ranking still read through the shared query pool, so on a
deployment that puts queue metrics on their own service the ranking query
would hit a service without those tables, get swallowed by the fallback,
and silently sort by name instead of by activity.
Also gives the queue-metrics reader URL a defined fallback, since the
query URL is optional.1 parent 8c517fb commit d2656b3
2 files changed
Lines changed: 5 additions & 2 deletions
File tree
- apps/webapp/app
- presenters/v3
- services/clickhouse
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | | - | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
303 | 306 | | |
304 | 307 | | |
305 | 308 | | |
| |||
0 commit comments