Commit f8fe7b0
committed
Remove datetime from the workerInvocationsAdaptive query
We currently have `datetime` and `status` as dimensions for the
CloudFlare Worker invocation metrics GraphQL query.
This causes CloudFlare workers to output a number of datapoints for
each unique tuple of dimensions, across several `datetime`s.
For worker requests and errors this is fine as we `.Add(...)` to those
counters, but for quantiles this causes us to only export the last
datapoints quantiles, which may be an outlier.
---
Removing the `datetime` for the query provides pre-aggregated
datapoints for us to process.
Further to this, `datetime` is not currently being captured in the
response data structure.1 parent 8bc93cb commit f8fe7b0
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
531 | 531 | | |
532 | 532 | | |
533 | 533 | | |
534 | | - | |
535 | 534 | | |
536 | 535 | | |
537 | 536 | | |
| |||
0 commit comments