Usage#

Grafana dashboard runs on node port 32300. Ports might not be directly accessible depending on your deployment choices. See deployment guide for more detail.

  • Default username: admin

  • Default password: admin

View Logs#

  • Navigate to HOME > Explore

  • Select Loki as the datasource

  • Select a valid time range (e.g., Last 6 hours)

  • Select label filters (e.g., namespace = default)

View Logs

View Traces#

  • Navigate to HOME > Explore

  • Select Tempo as the datasource

  • Select a valid time range (e.g., Last 6 hours)

  • Select tag filter (e.g., span.stream_id = 'xxxxxxxxxxx' )

View Traces

View Metrics#

  • Navigate to HOME > Dashboards

  • Select one of the dashboards from the list of dashboards.

  • Many of the dashboards come from the kubernetes-mixin project with the exceptions of NVIDIA DCGM Exporter Dashboard and Tokkio Dashboard.

  • NVIDIA DCGM Exporter Dashboard tracks GPU-related metrics such as compute & frame buffer usage, temperature, and etc.

  • Tokkio Dashboard tracks Tokkio related metrics such as average session duration, average transcript to speech latency, and etc.

View Metrics

Correlate Logs with Traces#

  • Navigate to HOME > Explore

  • Select Tempo as the datasource

  • Select a valid time range (e.g., Last 6 hours)

  • Select tag filter (e.g., span.stream_id = 'xxxxxxxxxxx' )

  • Expand the Tokkio root span

  • Click on the Log for this span button.

  • All logs, including that stream ID, will show up, and you may further filter the logs based on labels (e.g., container = "ingress-mgr")

Search Trace Trace to Log

Correlate Traces with Logs#

  • Navigate to HOME > Explore

  • Select Loki as the datasource

  • Select a valid time range (e.g., Last 6 hours)

  • Select label filters (e.g., namespace = default)

  • Search logs for lines that contain streamId="xxxxxxx"

  • Expand on any of the log entries and click on view trace

Filter Log Log to Trace