Skip to content

parseablehq/dashboards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parseable Dashboards

Reusable Parseable dashboard templates in JSON format. Each directory contains one importable dashboard JSON file and a short README with metadata.

Importing Into Parseable

Use Parseable's dashboard import flow with either a downloaded JSON file or the raw GitHub JSON URL for a template. The JSON files contain the importable dashboard payload: tags, variables, sections, and tiles.

Available Dashboards

Dashboard Description Source Tiles Sections Variables File Raw JSON
Agent Cost Analysis Analyze GenAI agent spend, token consumption, and cost distribution across models, users, tools, and sessions. SQL 30 6 1 JSON Raw
Agent Observability Track GenAI agent invocations, outcomes, latency, tools, tokens, cost, and request-level behavior. SQL 77 9 2 JSON Raw
Claude Code Usage Monitor Claude Code sessions, model usage, request patterns, token consumption, and PromQL-backed runtime signals. Mixed 21 7 2 JSON Raw
K8s Cluster Monitoring Monitor Kubernetes cluster health, nodes, pods, containers, workloads, logs, events, capacity, and kubelet/runtime signals. Mixed 74 9 7 JSON Raw
Argo CD Monitor Argo CD applications, sync health, controller activity, Kubernetes API behavior, Redis/cache signals, metrics inventory, and Argo CD logs. Mixed 42 7 8 JSON Raw
Traefik Monitoring Monitor Traefik ingress traffic, entrypoints, services, latency, TLS certificates, runtime health, access logs, and metric inventory. Mixed 38 7 8 JSON Raw
Postgres Monitoring Monitor PostgreSQL health, connections, locks, database activity, storage, query performance, replication, WAL, logs, traces, and exporter inventory. Mixed 57 9 6 JSON Raw
Redis Monitoring Monitor Redis availability, clients, command throughput, memory, keyspace, persistence, replication, network, CPU, logs, traces, and exporter health. Mixed 57 8 6 JSON Raw
SQL Server Monitoring Monitor Microsoft SQL Server availability, batch requests, buffer cache, memory, database I/O, TempDB, locks, waits, deadlocks, query logs, traces, and metric inventory. Mixed 53 8 6 JSON Raw
Windows Server Monitoring Monitor Windows Server host availability, CPU, memory, disk, network, TCP, services, processes, Windows events, traces, and exporter health. Mixed 62 9 8 JSON Raw
MongoDB Monitoring Monitor MongoDB connections, operations, storage, collections, WiredTiger cache, replication, logs, traces, and exporter inventory. Mixed 51 8 6 JSON Raw
Node Metrics Dashboard - PromQL Monitor host-level CPU, memory, disk, network, filesystem, and load metrics from node exporter style PromQL data. PromQL 126 16 3 JSON Raw
OTel Collector Metrics Observe OpenTelemetry Collector throughput, receiver/exporter activity, queue behavior, dropped telemetry, and component inventory. Mixed 73 11 7 JSON Raw
OTel Demo Application Explore application, service, and telemetry behavior for the OpenTelemetry Astronomy Shop demo application. Mixed 37 8 3 JSON Raw
Parseable Audit Logs Review Parseable audit events, user activity, administrative actions, and access patterns from audit log datasets. SQL 28 7 2 JSON Raw
Parseable Metrics Monitor Parseable service metrics including ingestion, query behavior, storage, runtime health, and system-level PromQL signals. PromQL 66 8 2 JSON Raw
Parseable Server Logs Analyze Parseable server logs, error patterns, request activity, status distribution, and runtime log trends. SQL 14 6 1 JSON Raw

Structure

Each dashboard follows this layout:

<dashboard-name>/
  README.md
  <dashboard-name>-<source>.json

The naming convention is name-of-dashboard-source.json, where source is typically sql, promql, or mixed.

About

Public, re-usable dashboard components from Parseable

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors