Closed Bug 1210599 Opened 9 years ago Closed 3 years ago

Deep queries into Perf metrics is not working

Categories

(Testing Graveyard :: ActiveData, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: ekyle, Unassigned)

Details

We should be able to dig into the replicates easily with a deep query like:

> {
>   "select":[
>     "run.timestamp",
>     "build.revision",
>     "build.date",
>     "run.stats.median",
>     "run.stats.mean",
>     "run.stats.variance",
>     "."
>   ],
>   "from":"perf.result.samples",
>   "where":{"and":[
>     {"eq":{"result.test":"tcheck2"}},
>     {"gte":{"run.timestamp":"{{29sep2015}}"}},
>     {"lt":{"run.timestamp":"{{1oct2015}}"}}
>   ]},
>   "limit":1000,
>   "sort":"run.timestamp"
> }

The problem may be that the deep values are numbers, not objects.
Assignee: klahnakoski → nobody
This component is no longer maintained so closing as WONTFIX
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
Product: Testing → Testing Graveyard
You need to log in before you can comment on or make changes to this bug.