GitHubGitHub (opens in a new tab)DiscordDiscord (opens in a new tab)
  • Quickstart
    • Configure your database
    • Install with Docker
    • Deploy with Kubernetes (using Helm) ↗ (opens in a new tab)
    • Connect via a database shell
    • Connect an application via an ORM
    • Profiling Queries
      • View query metrics with the database's slow query log
      • View Query Metrics with 3rd Party Providers Wip
      • View Query Metrics with Grafana Wip
    • Prepare to Cache
    • Cache Queries
      • Supported Data Types
      • Supported Queries
      • Supported System Variables
      • Overview
      • ReadySet
      • ReadySet Server
    • Telemetry
    • Caching
    • Dashboard
    • Installer
    • Troubleshooting
    • Caching slow queries (IMDB)
    • Integrating ReadySet into a Prisma app (Cal.com) ↗ (opens in a new tab)
    • Key Concepts
    • Streaming Dataflow
    • Memory Effeciency
    • Example
    • Dataflow
  • Releases (opens in a new tab)
  • Connecting
  • Intro
  • Quickstart Old
  • Quickstart
    • Configure your database
    • Install with Docker
    • Deploy with Kubernetes (using Helm) ↗ (opens in a new tab)
    • Connect via a database shell
    • Connect an application via an ORM
    • Profiling Queries
      • View query metrics with the database's slow query log
      • View Query Metrics with 3rd Party Providers Wip
      • View Query Metrics with Grafana Wip
    • Prepare to Cache
    • Cache Queries
      • Supported Data Types
      • Supported Queries
      • Supported System Variables
      • Overview
      • ReadySet
      • ReadySet Server
    • Telemetry
    • Caching
    • Dashboard
    • Installer
    • Troubleshooting
    • Caching slow queries (IMDB)
    • Integrating ReadySet into a Prisma app (Cal.com) ↗ (opens in a new tab)
    • Key Concepts
    • Streaming Dataflow
    • Memory Effeciency
    • Example
    • Dataflow
  • Releases (opens in a new tab)
  • Connecting
  • Intro
  • Quickstart Old
Question? Give us feedback → (opens in a new tab)Edit this page
Cache
Profiling Queries
View Query Metrics with Grafana Wip

View query metrics with Grafana (WIP)

When deployed with Docker, you can view the metrics for all queries that are proxied through or served by ReadySet at localhost:4000 (opens in a new tab).

View Query Metrics with 3rd Party Providers WipPrepare to Cache

ReadySet Documentation