Skip to content

Commit 611718f

Browse files
authored
add limitation to stack insights document (#491)
1 parent 5488bdc commit 611718f

File tree

1 file changed

+4
-3
lines changed
  • content/en/user-guide/web-application/stack-insights

1 file changed

+4
-3
lines changed

content/en/user-guide/web-application/stack-insights/index.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ You can see which APIs are being used, which clients of integrations use particu
1515
To get started, the `LOCALSTACK_API_KEY` environment variable needs to be configured. The system will start making your events accessible on the LocalStack [Web Application dashboard](https://app.localstack.cloud/dashboard).
1616

1717
{{< alert title="Information" color="success" >}}
18-
Data privacy is one of our key concerns, hence data is collected only in an anonymized way.
19-
No sensitive information about your application is ever exposed.
20-
The data is only used to provide you with insights into the usage of LocalStack and to improve the product.
18+
Your privacy matters to us! We only collect anonymized and sanitized data.
19+
No sensitive information about your application is ever collected or exposed.
20+
The data is only used to provide you with insights into the usage of LocalStack and to help us improve the product.
2121
{{< /alert >}}
2222

2323
## Getting started
@@ -33,6 +33,7 @@ The Stack widget will also display the number of API calls, services employed an
3333
<img src="detailed-stack-information.png" width="600px" alt="Detailed Stack Insights">
3434

3535
<br>You can click on the individual stack to display detailed information. This includes the number of API calls, service invocations, the user agent (`aws-cli`, `terraform` etc.) and the particular service called in the specific spin-up. You can also use the slide toggle to pick up a particular time duration during which the user made specific API calls.
36+
Please note that stack insights are only collected if the LocalStack sessions runs for less than 24 hours.
3637

3738
## List of events during Stack lifetime
3839

0 commit comments

Comments
 (0)