@@ -371,7 +371,7 @@ describe('delivery stream', () => {
371
371
region : stack . region ,
372
372
namespace : 'AWS/Firehose' ,
373
373
metricName : 'IncomingBytes' ,
374
- statistic : cloudwatch . Statistic . AVERAGE ,
374
+ statistic : cloudwatch . Statistic . SUM ,
375
375
dimensions : {
376
376
DeliveryStreamName : deliveryStream . deliveryStreamName ,
377
377
} ,
@@ -386,7 +386,7 @@ describe('delivery stream', () => {
386
386
region : stack . region ,
387
387
namespace : 'AWS/Firehose' ,
388
388
metricName : 'IncomingRecords' ,
389
- statistic : cloudwatch . Statistic . AVERAGE ,
389
+ statistic : cloudwatch . Statistic . SUM ,
390
390
dimensions : {
391
391
DeliveryStreamName : deliveryStream . deliveryStreamName ,
392
392
} ,
@@ -401,7 +401,7 @@ describe('delivery stream', () => {
401
401
region : stack . region ,
402
402
namespace : 'AWS/Firehose' ,
403
403
metricName : 'BackupToS3.Bytes' ,
404
- statistic : cloudwatch . Statistic . AVERAGE ,
404
+ statistic : cloudwatch . Statistic . SUM ,
405
405
dimensions : {
406
406
DeliveryStreamName : deliveryStream . deliveryStreamName ,
407
407
} ,
@@ -431,7 +431,7 @@ describe('delivery stream', () => {
431
431
region : stack . region ,
432
432
namespace : 'AWS/Firehose' ,
433
433
metricName : 'BackupToS3.Records' ,
434
- statistic : cloudwatch . Statistic . AVERAGE ,
434
+ statistic : cloudwatch . Statistic . SUM ,
435
435
dimensions : {
436
436
DeliveryStreamName : deliveryStream . deliveryStreamName ,
437
437
} ,
0 commit comments