Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.odigos.io/llms.txt

Use this file to discover all available pages before exploring further.

Wait for collectors to be ready

Before generating data, make sure that the collectors and applications are ready. To check this run the following command:
kubectl get pods -n default
kubectl get pods -n odigos-system
Wait for collectors to be ready

Access frontend application and generate data

In order to access the frontend application, run the following command:
kubectl port-forward svc/frontend 8080:8080
Then, open the following URL in your browser: http://localhost:8080 and purchase some items.
Frontend application