You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: content/en/user-guide/aws/cloudwatch/index.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,16 +16,18 @@ LocalStack allows you to use CloudWatch APIs on your local machine to create and
16
16
The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_cloudwatch/), which provides information on the extent of CloudWatch's integration with LocalStack.
17
17
18
18
{{< callout >}}
19
-
We have introduced an all-new LocalStack-native [CloudWatch provider](https://docs.localstack.cloud/user-guide/aws/cloudwatch/) is available behind a feature flag.
20
-
You can activate it by configuring `PROVIDER_OVERRIDE_CLOUDWATCH=v2` in your LocalStack configuration.
19
+
We have introduced an all-new LocalStack-native [CloudWatch provider](https://docs.localstack.cloud/user-guide/aws/cloudwatch/) and recently made this one the default.
20
+
21
+
With the new provider have migrated from storing data in Python objects within the Moto backend to a more robust system.
21
22
22
-
We have migrated from storing data in Python objects within the Moto backend to a more robust system.
23
23
Now, metrics are efficiently stored in SQLite, and alarm resources are managed using LocalStack stores.
24
24
25
25
- Various enhancements have been made to attain greater feature parity with AWS.
26
26
- The provider is engineered to ensure thread safety, facilitating smooth concurrent operations.
27
27
- There’s a significant improvement in the integrity and durability of data.
28
28
- The new provider allows for more efficient data retrieval.
29
+
30
+
Currently, it is still possible to switch back to the old provider using `PROVIDER_OVERRIDE_CLOUDWATCH=v1` in your LocalStack configuration.
0 commit comments