Skip to content

Commit

Permalink
adding should to query
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes committed Mar 25, 2021
1 parent 515c1d3 commit f22c24d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ export const getMetrics = ({
},
...environmentQuery(environment),
],
should: [
...rangeQuery(start, end),
...rangeQuery(comparisonStart, comparisonEnd),
],
},
},
aggs: {
Expand Down

0 comments on commit f22c24d

Please sign in to comment.