Reusable Parseable dashboard templates in JSON format. Each directory contains one importable dashboard JSON file and a short README with metadata.
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.
| 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 Invocations | Track agent invocation volume, outcomes, latency, tool calls, token usage, and request-level behavior for SWE-agent and GenAI workloads. | SQL | 81 | 10 | 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 |
| 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 | 41 | 7 | 5 | JSON | Raw |
| OTel Demo Application | Explore application, service, and telemetry behavior for the OpenTelemetry Astronomy Shop demo application. | Mixed | 23 | 6 | 3 | JSON | Raw |
| Parseable Audit Logs | Review Parseable audit events, user activity, administrative actions, and access patterns from audit log datasets. | SQL | 16 | 7 | 1 | 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 |
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.