Metrics & Logs
Explore Prometheus metrics with PromQL and stream logs in real time, all connected to your EKS cluster.
Metric Explorer (PromQL)
- Select a cluster — clusters load automatically when the view mounts.
- Write a PromQL query in the editor with metric autocomplete.
- Filter by namespace and pod using Prometheus labels.
- Results are limited to 20 series to keep the browser responsive; use topk(), bottomk(), and aggregations.
- View as a time-series chart or instant-value table, and export to CSV.
Example:
sum(rate(container_cpu_usage_seconds_total{namespace="production"}[5m])) by (pod)Live Tail
- Real-time log streaming over WebSocket.
- Select cluster, namespace, and one or more pods.
- Live text filtering and multi-pod streaming.
- Pause and resume the stream.
Logs (Loki)
Aggregate and search logs across your workloads using Loki, with filtering by namespace, pod, and free-text search.