@@ -117,7 +117,7 @@ describe('clickhouse - getMultiSeriesChart', () => {
117
117
) ,
118
118
clickhouse . bulkInsertTeamMetricStream (
119
119
buildMetricSeries ( {
120
- name : 'test.two_timestamps_lower_bound ' ,
120
+ name : 'test.two_timestamps_lower_bound_bucket ' ,
121
121
tags : { host : 'test2' , runId } ,
122
122
data_type : clickhouse . MetricsDataType . Histogram ,
123
123
is_monotonic : false ,
@@ -137,7 +137,7 @@ describe('clickhouse - getMultiSeriesChart', () => {
137
137
) ,
138
138
clickhouse . bulkInsertTeamMetricStream (
139
139
buildMetricSeries ( {
140
- name : 'test.two_timestamps_lower_bound_inf ' ,
140
+ name : 'test.two_timestamps_lower_bound_inf_bucket ' ,
141
141
tags : { host : 'test2' , runId } ,
142
142
data_type : clickhouse . MetricsDataType . Histogram ,
143
143
is_monotonic : false ,
@@ -157,7 +157,7 @@ describe('clickhouse - getMultiSeriesChart', () => {
157
157
) ,
158
158
clickhouse . bulkInsertTeamMetricStream (
159
159
buildMetricSeries ( {
160
- name : 'test.two_timestamps_higher_bound ' ,
160
+ name : 'test.two_timestamps_higher_bound_bucket ' ,
161
161
tags : { host : 'test2' , runId } ,
162
162
data_type : clickhouse . MetricsDataType . Histogram ,
163
163
is_monotonic : false ,
@@ -177,7 +177,7 @@ describe('clickhouse - getMultiSeriesChart', () => {
177
177
) ,
178
178
clickhouse . bulkInsertTeamMetricStream (
179
179
buildMetricSeries ( {
180
- name : 'test.two_timestamps_higher_bound_inf ' ,
180
+ name : 'test.two_timestamps_higher_bound_inf_bucket ' ,
181
181
tags : { host : 'test2' , runId } ,
182
182
data_type : clickhouse . MetricsDataType . Histogram ,
183
183
is_monotonic : false ,
@@ -197,7 +197,7 @@ describe('clickhouse - getMultiSeriesChart', () => {
197
197
) ,
198
198
clickhouse . bulkInsertTeamMetricStream (
199
199
buildMetricSeries ( {
200
- name : 'test.two_timestamps_zero_offset ' ,
200
+ name : 'test.two_timestamps_zero_offset_bucket ' ,
201
201
tags : { host : 'test2' , runId } ,
202
202
data_type : clickhouse . MetricsDataType . Histogram ,
203
203
is_monotonic : false ,
@@ -217,7 +217,7 @@ describe('clickhouse - getMultiSeriesChart', () => {
217
217
) ,
218
218
clickhouse . bulkInsertTeamMetricStream (
219
219
buildMetricSeries ( {
220
- name : 'test.two_timestamps_non_zero_offset ' ,
220
+ name : 'test.two_timestamps_non_zero_offset_bucket ' ,
221
221
tags : { host : 'test2' , runId } ,
222
222
data_type : clickhouse . MetricsDataType . Histogram ,
223
223
is_monotonic : false ,
@@ -237,7 +237,7 @@ describe('clickhouse - getMultiSeriesChart', () => {
237
237
) ,
238
238
clickhouse . bulkInsertTeamMetricStream (
239
239
buildMetricSeries ( {
240
- name : 'test.three_timestamps ' ,
240
+ name : 'test.three_timestamps_bucket ' ,
241
241
tags : { host : 'test2' , runId } ,
242
242
data_type : clickhouse . MetricsDataType . Histogram ,
243
243
is_monotonic : false ,
@@ -261,7 +261,7 @@ describe('clickhouse - getMultiSeriesChart', () => {
261
261
) ,
262
262
clickhouse . bulkInsertTeamMetricStream (
263
263
buildMetricSeries ( {
264
- name : 'test.three_timestamps_group_by ' ,
264
+ name : 'test.three_timestamps_group_by_bucket ' ,
265
265
tags : { host : 'host-a' , region : 'region-a' } ,
266
266
data_type : clickhouse . MetricsDataType . Histogram ,
267
267
is_monotonic : false ,
@@ -285,7 +285,7 @@ describe('clickhouse - getMultiSeriesChart', () => {
285
285
) ,
286
286
clickhouse . bulkInsertTeamMetricStream (
287
287
buildMetricSeries ( {
288
- name : 'test.three_timestamps_group_by ' ,
288
+ name : 'test.three_timestamps_group_by_bucket ' ,
289
289
tags : { host : 'host-b' , region : 'region-a' } ,
290
290
data_type : clickhouse . MetricsDataType . Histogram ,
291
291
is_monotonic : false ,
@@ -309,7 +309,7 @@ describe('clickhouse - getMultiSeriesChart', () => {
309
309
) ,
310
310
clickhouse . bulkInsertTeamMetricStream (
311
311
buildMetricSeries ( {
312
- name : 'test.four_timestamps ' ,
312
+ name : 'test.four_timestamps_bucket ' ,
313
313
tags : { host : 'test2' , runId } ,
314
314
data_type : clickhouse . MetricsDataType . Histogram ,
315
315
is_monotonic : false ,
@@ -336,7 +336,7 @@ describe('clickhouse - getMultiSeriesChart', () => {
336
336
) ,
337
337
clickhouse . bulkInsertTeamMetricStream (
338
338
buildMetricSeries ( {
339
- name : 'test.counter_reset_with_inconsistent_bucket_resolution ' ,
339
+ name : 'test.counter_reset_with_inconsistent_bucket_resolution_bucket ' ,
340
340
tags : { host : 'test2' , runId } ,
341
341
data_type : clickhouse . MetricsDataType . Histogram ,
342
342
is_monotonic : false ,
@@ -367,7 +367,7 @@ describe('clickhouse - getMultiSeriesChart', () => {
367
367
) ,
368
368
clickhouse . bulkInsertTeamMetricStream ( [
369
369
...buildMetricSeries ( {
370
- name : 'test.counter_might_reset ' ,
370
+ name : 'test.counter_might_reset_bucket ' ,
371
371
tags : { host : 'host-a' , region : 'region-a' } ,
372
372
data_type : clickhouse . MetricsDataType . Histogram ,
373
373
is_monotonic : false ,
@@ -397,7 +397,7 @@ describe('clickhouse - getMultiSeriesChart', () => {
397
397
team_id : teamId ,
398
398
} ) ,
399
399
...buildMetricSeries ( {
400
- name : 'test.counter_might_reset ' ,
400
+ name : 'test.counter_might_reset_bucket ' ,
401
401
tags : { host : 'host-b' , region : 'region-a' } ,
402
402
data_type : clickhouse . MetricsDataType . Histogram ,
403
403
is_monotonic : false ,
0 commit comments