Skip to main content
Learn more about Dashboards in the Dashboards overview.
Use Dashboard to create public or private dashboards that display checks and their related metrics on a single page. Dashboards provide a centralized view of your monitoring data.

Configuration

Essential Dashboard Options

header
string
Text displayed at the top of your dashboard as the main title.Usage:
Use cases: Brand identity, service identification, user clarity.
description
string
Text displayed below the header providing additional context about the dashboard.Usage:
Use cases: Context provision, scope clarification, user guidance.
tags
string[]
default:"[]"
Tags that filter which checks appear on the dashboard. Empty array shows all checks.Usage:
Examples:
Use cases: Service filtering, environment separation, team organization.
customUrl
string
Subdomain under “checklyhq.com” for your dashboard (e.g., “my-status” becomes “my-status.checklyhq.com”).Usage:
Required if customDomain is not specified. Use lowercase letters, numbers, and hyphens only.
Use cases: Public access, branded URLs, easy sharing.
customDomain
string
Custom domain for your dashboard (e.g., “status.example.com”). Must be verified through the Checkly UI.Usage:
Use cases: Brand consistency, professional appearance, domain control.
customCSS
object
Custom CSS styling for your dashboard. Only available on Team and Enterprise plans.Usage:
Properties:
You must provide either entrypoint or content, but not both.
Use cases: Brand consistency, custom themes, visual identity, enhanced UX.

Examples