Every workspace comes with three pre-built dashboards. You can also create your own custom dashboards in Grafana.

App Overview

A high-level view of your application across all instances.
  • Replicas - Desired vs available replica count
  • CPU Utilization % - CPU usage as a percentage of the limit
  • Memory Utilization % - Memory usage as a percentage of the limit
  • Network I/O - Bytes received and transmitted per second
  • 5min Load Average - CPU utilization relative to available vCPUs
  • HTTP Response Count - Requests per second by status code (200, 404, 500, etc.)
  • HTTP Response Times - Average, p50, p90, and p99 latency
  • Disk I/O - Read and write throughput
  • Volume Usage - Used vs total capacity for attached volumes
Use the app dropdown at the top to switch between apps in your workspace.

Pod Details

Detailed metrics for a specific instance of your app.
  • CPU Usage - Raw CPU usage in cores with the resource limit line
  • Memory Usage - Raw memory usage in bytes with the resource limit line
  • Network I/O - Per-instance bytes received and transmitted
  • 5min Load Average - Per-instance CPU load percentage
  • Disk I/O - Per-instance read and write throughput
  • Disk IOPS - Per-instance read and write operations per second
  • Logs - Live log stream from the selected instance
Use the instance dropdown to switch between individual pods.

Logs

A dedicated log viewer with filtering.
  • Log Count - Log volume histogram over time
  • Log Stream - Full log output with search
Filter by app and pod using the dropdowns. Use the Query field for text search with regex support.

Custom Dashboards

You can create additional dashboards in Grafana:
  1. Click + in the Grafana sidebar and select New dashboard
  2. Add panels using the Mimir datasource for metrics or Loki datasource for logs
  3. Use any of the built-in metrics in your queries
  4. Save the dashboard - it persists in your workspace
Custom dashboards are not affected by platform updates. The three built-in dashboards are kept up to date automatically.

Time Range

All dashboards support adjustable time ranges using the time picker in the top-right corner. The available range depends on your plan:
PlanMetricsLogs
FreeLast 30 daysLast 3 days
Pay as you growLast 13 monthsLast 7+ days