Skip to content

Commit

Permalink
add limitation to stack insights document (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
thrau committed Feb 20, 2023
1 parent 5488bdc commit 611718f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions content/en/user-guide/web-application/stack-insights/index.md
Expand Up @@ -15,9 +15,9 @@ You can see which APIs are being used, which clients of integrations use particu
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).

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

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

<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.
Please note that stack insights are only collected if the LocalStack sessions runs for less than 24 hours.

## List of events during Stack lifetime

Expand Down

0 comments on commit 611718f

Please sign in to comment.