aws-cloudformation / aws-cloudformation-resource-providers-logs

The CloudFormation Resource Provider Package For Amazon CloudWatch Logs
https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/WhatIsCloudWatchLogs.html
Apache License 2.0
33 stars 35 forks source link

High latency of MetricFilter #39

Closed wbingli closed 4 years ago

wbingli commented 4 years ago

The MetricFilter has much higher latency, it seems the call chain make an unnecessary stabilization, but this resource needs no stabilization.

The default stabilization delay is 5 seconds, we should remove such 5 seconds unnecessary latency.

miparnisari commented 4 years ago

image

but this resource needs no stabilization.

I'm not doing stabilization in any of the handlers

The default stabilization delay is 5 seconds, we should remove such 5 seconds unnecessary latency.

If you are talking about the delay of progress events...

https://github.com/aws-cloudformation/cloudformation-cli-java-plugin/blob/18f61798eb8b99d564f06657733604154e3e0f64/src/main/java/software/amazon/cloudformation/proxy/CallChain.java#L400-L402

ammokhov commented 4 years ago

closing this as been fixed by #47