You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few more improvements to the comparison algorith. This loosens the
comparison criteria somewhat, and improves some of the behaviour.
- Improve `groupBy` type and docs
- Improve `groupBy` parsing
- Add support for logs
- Ignore `dataScanned` in comparator
- Apply loose comparison to all numeric keys
Copy file name to clipboardExpand all lines: static/app/views/dashboards/widgets/common/types.tsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -90,9 +90,9 @@ export type TimeSeries = {
90
90
* Represents the grouping information for the time series, if applicable.
91
91
* e.g., if the initial request supplied a `groupBy` query param of `"span.op"`, the
92
92
* `groupBy` of the `TimeSeries` could be `[{key: 'span.op': value: 'db' }]`
93
-
* If the `excludeOther` query param is `true`, an "other" time series will be part of the response. `TimeSeries.meta.isOther` specifies the "other" time series.
93
+
* If the `excludeOther` query param is `true`, an "other" time series will be part of the response. `TimeSeries.meta.isOther` specifies the "other" time series, and `groupBy` is `null` in that case
0 commit comments