Skip to main content

SkySignal Docs

Application Performance Monitoring for Meteor.js

Everything you need to monitor Meteor apps

🚀

Quick Setup

Install the agent package and add your API key. Start monitoring in under 5 minutes.

Learn more →
📊

Method Tracing

Track every Meteor method call with response times, error rates, and throughput metrics.

Learn more →
🔔

Error Tracking

Capture and group errors automatically with full stack traces and context.

Learn more →
💻

System Metrics

Monitor CPU, memory, event loop lag, and MongoDB connection pools.

Learn more →

Real-time Alerts

Get notified via email when performance degrades or errors spike.

Learn more →
🌐

Uptime Monitoring

Monitor your endpoints and get alerted instantly when your app goes down.

Learn more →

Start monitoring in minutes

1

Add the package

meteor add skysignal:agent
2

Configure settings.json

{
  "skysignal": {
    "apiKey": "sk_live_xxx"
  }
}
3

Run your app

meteor run --settings settings.json
Read the full guide