See everything clearly.
In real time.

Beautiful, fast, extensible observability dashboard. Visualize metrics, logs, and traces from any data source. Open-source. Self-hosted.

Written in Koder Lang AGPL-3.0 v1.0.0 14 Panel Types 9 Data Sources
Koder Dash Infrastructure Overview NAVIGATION Home Dashboards Explore Alerts 12 Dashboards 8 Data Sources 47 OK Alerts 2 Firing CPU Usage (%) Memory 76% Traffic Top Services SERVICE STATUS LATENCY RPS koder-flow healthy 12ms 1,240 koder-id healthy 8ms 560 koder-sign degraded 245ms 89

Everything you need to observe

A complete observability platform in a single binary

πŸ“Š Multi-Source Data

Connect to Prometheus, PostgreSQL, Elasticsearch, InfluxDB, JSON APIs, and more. Built-in KDB engine supports both PromQL and KQL query languages.

🎨 Dashboard Builder

Drag-and-drop panels on a 24-column grid. 14 visualization types. Auto-sizing, responsive layout. Dark and light themes.

⚑ Real-Time

WebSocket-powered live updates. Streaming queries. Auto-refresh intervals from 5s to 1h. See changes as they happen.

πŸ”” Alerting

Threshold alerts on any metric. 6 notification channels: webhook, email, Slack, Telegram, PagerDuty, OpsGenie. Built-in alert templates.

πŸ” Explore Mode

Ad-hoc querying without saving dashboards. Syntax highlighting, autocomplete. Switch between time series, table, and log views.

πŸ“ Dashboards as Code

Provision dashboards, data sources, and alerts from TOML/JSON files. Git-friendly. File watcher for auto-reload on changes.

πŸ” Auth & RBAC

JWT + API key + OIDC authentication. Three roles: admin, editor, viewer. Organization and team support.

πŸ“Έ Sharing

Public dashboard links. Point-in-time snapshots. Embeddable panels via iframe. JSON import/export. Grafana-compatible import.

🏷️ Variables

Dashboard template variables with dropdown selectors. Regex filters. Variable chaining. Multi-value support. Ad-hoc filters.

πŸ“ Annotations

Mark events on charts: deploys, incidents, maintenance windows. Tag-based filtering. API for automated annotations from CI/CD.

πŸ–₯️ Playlists

Auto-rotate dashboards on big screen displays. Configurable interval. Perfect for NOC walls and war rooms.

πŸ€– Auto-Discovery

Automatically discovers Koder ecosystem services running on the same host. Creates dashboards with zero configuration.

14 Panel Types

Every visualization you need, built-in

πŸ“ˆ
Line Chart
πŸ“Š
Bar Chart
⏱️
Gauge
πŸ”’
Stat
πŸ“‹
Table
🌑️
Heatmap
πŸ“‰
Histogram
πŸ₯§
Pie Chart
πŸ“œ
Logs
πŸ”—
Traces
πŸ“
Text/MD
πŸ—ΊοΈ
Status Map
πŸ””
Alert List
πŸ•ΈοΈ
Node Graph

How Koder Dash compares

FeatureKoder DashGrafanaKibanaMetabaseNetdata
Self-hostedβœ“βœ“βœ“βœ“βœ“
Single binaryβœ“βœ“βœ—βœ—βœ“
PromQL supportβœ“βœ“βœ—βœ—βœ—
SQL queriesβœ“βœ“βœ—βœ“βœ—
Log explorationβœ“β—βœ“βœ—βœ—
Built-in alertingβœ“βœ“β—β—βœ“
Dashboard versioningβœ“βœ“βœ—βœ—βœ—
Template variablesβœ“βœ“βœ—β—βœ—
Real-time WebSocketβœ“β—β—βœ—βœ“
Dashboards as codeβœ“βœ“βœ—βœ—βœ—
REST APIβœ“βœ“βœ“βœ“βœ“
CLI toolβœ“βœ—βœ—βœ—βœ—
OIDC authβœ“βœ“βœ“βœ—βœ—
Playlistsβœ“βœ“βœ—βœ—βœ—
LicenseAGPL-3.0AGPL-3.0Elastic 2.0AGPL-3.0GPL-3.0

Powerful CLI

Manage everything from the command line

# Start the server
$ kdash serve --config=/etc/koder-dash/default.toml

# Check health
$ kdash health
Status: healthy | Version: 1.0.0 | Uptime: 86400s

# List dashboards
$ kdash dashboards list
UID         TITLE               TAGS
abc123      Infrastructure      infra, prod
def456      Application         app, api

# Run ad-hoc query
$ kdash explore --ds=prometheus --query='rate(http_requests_total[5m])'

# Import a Grafana dashboard
$ kdash import --file=grafana-dashboard.json
Dashboard imported: xyz789 — Node Exporter

# Auto-discover Koder services
$ kdash datasources discover
Discovered 8 services: koder-flow, koder-id, koder-sign...

Connect to anything

9 built-in data source types, extensible plugin system

KDB

Native engine β€” PromQL + KQL

Prometheus

PromQL instant + range queries

PostgreSQL

SQL with time macros

MySQL

SQL with time macros

Elasticsearch

Lucene + aggregation pipeline

InfluxDB

Flux (v2) + InfluxQL (v1)

JSON / CSV

Files and inline data

HTTP API

Any REST endpoint

Start seeing clearly

Deploy Koder Dash in minutes. Open-source, self-hosted, no vendor lock-in.

View Source Download Latest