Fix: Child runs not rendering after one day, empty worker ids, additional meta filters not being applied to counts (#2196)

* fix: child runs not rendering b/c they've timed out of the lookback window

* fix: migration version

* fix: dead links

* fix: additional meta filters for status counts

* chore: lint
This commit is contained in:
matt
2025-08-25 18:20:08 -04:00
committed by GitHub
parent 59fe6c110e
commit 80fb7657ed
13 changed files with 208 additions and 104 deletions
@@ -232,6 +232,14 @@ getTaskStatusMetrics:
format: uuid
minLength: 36
maxLength: 36
- description: Additional metadata k-v pairs to filter by
in: query
name: additional_metadata
required: false
schema:
type: array
items:
type: string
responses:
"200":
content: