- Grafana: Delivers detailed metrics and visual dashboards where you can track token usage, performance indicators such as Time to First Token (TTFT), tokens per second, and latency trends.
- OpenSearch Dashboards: Allows you to explore logs in depth, search requests, view errors, check status codes, and trace requests by ID.
Access instructions
Grafana access
Step 1 — Get Grafana initial admin credentials
Run the following command to retrieve stored admin credentials:Credentials are securely stored as a cluster secret. Store these credentials securely and do not share them.
Step 2 — Identify Grafana service port
List all services and find the Grafana service with its port number.sambastack-grafana
service exposes port 80. When port-forwarding, ensure the remote port matches this.
Step 3 — Port-forward Grafana
Forward the remote port to your local machine by running:80
is the remote service port to forward.8080
is your chosen local port.
OpenSearch access
Step 1 — Get OpenSearch initial admin credentials
Obtain the OpenSearch admin password by running:Step 2 — Identify OpenSearch service port
Locate the OpenSearch Dashboards service port:Step 3 — Port-forward OpenSearch dashboards
Forward the port locally:5601
is the remote port for OpenSearch Dashboards.8081
is your chosen local port.