diff --git a/docs/quickstart/generation-data.mdx b/docs/quickstart/generation-data.mdx index 0668f117c..3387334db 100644 --- a/docs/quickstart/generation-data.mdx +++ b/docs/quickstart/generation-data.mdx @@ -5,7 +5,14 @@ sidebarTitle: "Generating Data" ## Wait for collectors to be ready -Before generating data, make sure that the collectors and applications are ready: +Before generating data, make sure that the collectors and applications are ready. To check this run the following command: + +```bash +kubectl get pods -n default +``` +```bash +kubectl get pods -n odigos-system +``` Wait for collectors to be ready