Production Observability
Without the Hype
Windows telemetry → OpenTelemetry → SigNoz. Local-first. No vendor lock-in.
"Sleep easy. We've got the signal."
🎯 What This Actually Is
Resonai [OTel] is an open-source observability pipeline for Windows environments. It collects logs, metrics, and traces from your Windows systems and sends them to SigNoz (an open-source APM) for visualization and alerting.
No marketing fluff. No "revolutionary" claims. Just solid telemetry infrastructure that works.
✅ What We Do Well
7× throughput improvement over naive configs. Sub-second latency. Automated testing and gate verification.
⚠️ What We Don't Do
We're not a SaaS. We don't collect your data. We don't have a sales team. You host everything locally.
🔧 Technical Stack
OpenTelemetry Collector, SigNoz, Docker, PowerShell automation, TypeScript tooling, Next.js dashboard.
📦 License
MIT License. Free forever. No "enterprise edition" gatekeeping. What you see is what you get.
📊 Core Features
Observability Pipeline
- Windows Event Logs → Real-time collection with intelligent filtering
- File-based Logs → Tail and parse application logs
- System Metrics → CPU, memory, disk, network telemetry
- Custom Traces → OpenTelemetry SDK instrumentation
- Noise Reduction → ~50% volume reduction via smart filtering
Automation & Governance
- ECRR Framework → Examine, Clean, Report, Role methodology
- BossCat Gate System → Automated quality gates before deployment
- IONA Controller → Autonomous agent for pipeline management
- Nightly Automation → Dashboard exports, health checks, compliance scans
- Evidence Trail → Complete audit chain for all operations
Developer Experience
- One-Command Setup →
pwsh -File scripts/setup.ps1 - Quick Health Checks →
pwsh -File BRAV/SCPT/quick-monitor.ps1 - Canary Testing → Generate test data and verify pipeline health
- Rollback Scripts → Safe configuration changes with automatic rollback
Visual Feedback (MILK Lane)
- Real-time Visualization → Audio-reactive WebGL visuals via Butterchurn
- SigNoz Integration → Alert severity mapped to visual presets
- Safety-Validated → 7-layer checks prevent flash/strobe effects
- WebSocket Bridge → Remote automation and control
🚀 Getting Started
Prerequisites: Windows 10/11, PowerShell 7+, Docker Desktop, Node.js 18+
# Clone the repository
git clone https://github.com/MoneyCat-inc/otel-ops-pack.git
cd otel-ops-pack
# Start SigNoz stack
docker compose -f docker-compose-signoz.yml up -d
# Quick health check
pwsh -File BRAV/SCPT/quick-monitor.ps1
# Access SigNoz UI
# http://localhost:8080
# Generate test data
pwsh -File canary-test.ps1
Full Documentation: README.md | BossCat Operations Guide
💚 Support This Project
We don't run ads. We don't sell your data. We don't have venture capital.
If this project saves you time or helps your infrastructure, consider supporting it.
What your support enables: More features, better documentation, faster bug fixes, community support, and continued maintenance.
Not ready to donate? Star the repo, contribute code, report bugs, or share with colleagues. All contributions help.
🏆 Recognition & Badges
📈 Project Stats (Honest Edition)
Lines of Code
~50,000+ LOC across PowerShell, TypeScript, YAML configs
Test Coverage
Automated gate verification, integration tests, canary monitoring
Deployment Time
~10 minutes from clone to first telemetry
Maintenance Status
Actively maintained. Last commit: Check GitHub for latest.