Pingerchips LogoPingerchips

Analytics

The Analytics page (Dashboard → Apps → [Your App] → Analytics) provides real-time metrics for your app.

Available Metrics

Connections

MetricDescription
Active ConnectionsCurrent number of live WebSocket connections
Connection EventsTotal connections established and terminated

Messages

MetricDescription
Messages ReceivedTotal client-to-server messages
Messages SentTotal server-to-client broadcasts
Bytes ReceivedTotal inbound data volume
Bytes SentTotal outbound data volume

HTTP API

MetricDescription
HTTP Calls ReceivedTotal requests to the trigger HTTP API
HTTP Bytes ReceivedInbound data volume via HTTP API
HTTP Bytes SentResponse data volume from HTTP API

Flows

MetricDescription
Flow TimeoutsFlows that exceeded the 5-second execution limit

Real-Time Updates

Analytics data updates in real time via the analytics WebSocket channel. No page refresh needed.

Interpreting Metrics

High flow timeouts — a flow is taking too long. Common causes:

  • Transform node JavaScript is computationally expensive
  • Delay nodes configured with long durations
  • Complex filter conditions on large payloads

High bytes sent vs received ratio — normal for fan-out patterns (one message in, many subscribers receive it).

Active connections near your limit — review your Max Connections setting in App Settings or upgrade your plan.

Next Steps

  • App Settings — adjust rate limits and connection caps
  • Pingerflows — optimise your message processing pipeline

On this page