Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 6a4633d

Browse files
committed
adapt information about default provider
1 parent ecde7b0 commit 6a4633d

File tree

1 file changed

+5
-3
lines changed
  • content/en/user-guide/aws/cloudwatch

1 file changed

+5
-3
lines changed

content/en/user-guide/aws/cloudwatch/index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,18 @@ LocalStack allows you to use CloudWatch APIs on your local machine to create and
1616
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.
1717

1818
{{< 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.
2122

22-
We have migrated from storing data in Python objects within the Moto backend to a more robust system.
2323
Now, metrics are efficiently stored in SQLite, and alarm resources are managed using LocalStack stores.
2424

2525
- Various enhancements have been made to attain greater feature parity with AWS.
2626
- The provider is engineered to ensure thread safety, facilitating smooth concurrent operations.
2727
- There’s a significant improvement in the integrity and durability of data.
2828
- 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.
2931
{{< /callout >}}
3032

3133
## Getting started

0 commit comments

Comments
 (0)