feat(timeseries): enhance 'Series Limit' to support grouping the long tail (#34308)

This commit is contained in:
Maxime Beauchemin
2025-07-25 16:26:32 -07:00
committed by GitHub
parent e741a3167f
commit 1be2287b3a
12 changed files with 309 additions and 9 deletions

View File

@@ -107,6 +107,7 @@ test('should compile query object A', () => {
series_columns: ['foo'],
series_limit: 5,
series_limit_metric: undefined,
group_others_when_limit_reached: false,
url_params: {},
custom_params: {},
custom_form_data: {},
@@ -166,6 +167,7 @@ test('should compile query object B', () => {
series_columns: [],
series_limit: 0,
series_limit_metric: undefined,
group_others_when_limit_reached: false,
url_params: {},
custom_params: {},
custom_form_data: {},