1
Install OpenLIT
Run `pip install openlit` to install the OpenLIT SDK.
2
Initialize Instrumentation
Add `import openlit; openlit.init()` in your Python code or use `openlit-instrument python your_app.py` for zero-code setup.
3
Configure OTLP Endpoint
Set the OTLP endpoint (e.g., http://127.0.0.1:4318) and service details via CLI or code configuration.
4
Access Dashboard
Open the dashboard at http://127.0.0.1:3000 using default credentials to view traces and metrics.
5
Kubernetes Setup (Optional)
Install the OpenLIT Operator with Helm: `helm install openlit-operator openlit/openlit-operator` and apply the AutoInstrumentation YAML.