Observability Dashboards

Explore curated radar, resilience, and diagnostics boards that surface layered live data for BossCat operations.

Operational Lanes

Executive Layer

Executive Status Console

Concise pulse on KPIs, roadmaps, ECRR compliance, and persona assignments. Built for nightly executive review.

30s refresh Persona rollups
Live Telemetry

Pipeline Live Metrics

Charted OTLP throughput, ingestion latency, error envelopes, and saturation levels driven by SigNoz data feeds.

SigNoz feed Chart.js v4
Diagnostics

Connection Diagnostics

Layered health probes for OTLP, ClickHouse, and pipeline collectors with deep-dive event traces and remediation steps.

Interactive probes Remediation tips
Resilience Testing

Telemetry Test Harness

Chaos controls for log storm, latency spike, and OTLP flood scenarios with instant feedback and SigNoz trace helpers.

Chaos scenarios Log capture
Load Generation

Stress Testing Suite

Comprehensive signal generators for multi-source logs, synthetic metrics, randomized noise, health probes, and fixture replay.

Multi-source Noise injection
Visualization

Error Rate Heatmap

Interactive 7×24 grid visualization of error patterns with color-coded severity levels and hover details for precise analysis.

Interactive Color-coded
Health Monitoring

IONA Health Score Trends

Time-series visualization of IONA controller health score (0-100) over the last 48 hours with interactive date/time range controls.

Real-time Time-series
Advanced Analytics

Advanced Visualizations

Correlation analysis and enhanced heatmaps including throughput vs error rate scatter plots and per-service error pattern visualization.

Correlation Heatmaps

Live System Status

Pipeline Health

OTel Collector Status

Service Status: Checking...
Port 5318: Checking...
Last Log: --
Recent Activity

Live Log Stream

--:--:-- INFO Connecting to SigNoz...
Performance

Throughput Metrics

--
Logs/sec
--
Total Today
--
Error Rate
--
Avg Latency
System Health

IONA Controller

Health Score: --/100
Active Anomalies: --
Pipeline State: --

🚀 Quick Setup

For Full Live Data

Run via web server to avoid CORS restrictions:

# Terminal command:
python -m http.server 3000
# Or use helper scripts:
pwsh scripts/start-dashboard-server.ps1
scripts/start-dashboard-server.bat
# Then visit:
http://localhost:3000/docs/dashboards/

Prerequisites

  • SigNoz running on localhost:8080
  • OTel Collector on localhost:5318
  • Python 3.x (for web server)