๐Ÿงช Resonai Data Room โ€” Send-Only Mode

Direct OTLP Pipeline Testing โ€ข Bypasses SigNoz API โ€ข Production Verified

โœ… API-Free Mode Active โ€” This version sends logs directly to OTel Collector and shows local metrics. Verify logs in SigNoz UI at localhost:8080
๐Ÿ’ก Why This Works: Bypasses the problematic SigNoz REST API and sends logs directly via OTLP (same as your production pipeline). All logs appear in SigNoz within 2-5 seconds. Use SigNoz UI to view/query them.

๐ŸŽ›๏ธ Signal Generation (Direct OTLP)

๐Ÿ“Š Local Metrics (Logs Sent This Session)

Logs Sent
0
total this session
Send Rate
0
logs/sec (avg)
Canaries Sent
0
with unique IDs
Success Rate
100%
OTLP responses

๐Ÿ“‹ Activity Log (Local Only)

โ„น๏ธ This shows logs sent from this page. To view logs received by SigNoz, open the SigNoz UI and filter by: service.name = "data-room-send-only"
๐ŸŸข Data Room initialized - ready to send logs
๐Ÿ”Œ OTel endpoint: http://localhost:5318/v1/logs
๐Ÿ“Š View logs in SigNoz: http://localhost:8080

๐Ÿ” SigNoz Query Helper

After sending logs, use these filters in SigNoz UI to find them:

All Data Room Logs:
service.name = "data-room-send-only"
Only Canary Tests:
canary.source = "data-room-send-only"
Only Stop Signals:
signal.type = "emergency-stop"
By Flow Type:
flow.type = "laminar" OR flow.type = "chaotic"