Bennett Lynch
Bennett Lynch
This updates `CloudWatchIntegrationTest` to include a `GetMetricData` call, in addition to the existing `GetMetricStatistics` call. It also tests the behavior of providing a timestamp with nanosecond resolution. https://aws.amazon.com/premiumsupport/knowledge-center/cloudwatch-getmetricdata-api/
The [previous link](https://junit.org/junit5/docs/current/api/org/junit/platform/launcher/TestExecutionListener.html) is no longer functional. Update the link to point to [Registering a TestExecutionListener](https://junit.org/junit5/docs/current/user-guide/#launcher-api-listeners-custom).
# Summary Add support for velocity algorithms (linear, exponential, etc.) for canary rollout, rather than requiring users to manually define steps. # Motivation Today if you want to simulate something...
**Describe the feature request** The warmupDurationSecs configuration allows a service to gradually/linearly ramp up the traffic it receives. However, it measures the start time as when the pod was created....
**Describe the bug** Hello, I recently enabled Istio-based traffic routing and the `dynamicStableScale` feature on my application. The feature works as described except it is causing a brief period of...