Methods & Publications
Avg, P95, error rates, and per-name time-series for every Meteor method and publication. First-class Meteor 2.x and 3.x async support.
The only Meteor & Node APM that surfaces your LiveQuery driver mix and observer leaks in real time — alongside methods, publications, MongoDB, jobs, outbound HTTP, app logs, uptime, and status pages. One install. One dashboard. Zero sidecars.
Free forever plan · 30-second setup · 25k events/day · cancel anytime
posts.byUser — switch to the oplog driver.Methods, publications, queries, and uptime — together in one view. No more bouncing between tools when the pager goes off.
Avg, P95, error rates, and per-name time-series for every Meteor method and publication. First-class Meteor 2.x and 3.x async support.
See your LiveQuery driver mix in real time — change_stream vs oplog vs polling — per collection, with reactive efficiency scoring nobody else surfaces.
Catch growing observer counts, stale subscriptions, and orphaned multiplexers before they take down your app. The thing that bites everyone, finally observable.
Slow query fingerprinting, per-collection P95, and live connection-pool tracking with wait-queue alerts. The full picture of your database — not just queries.
Auto-instruments sjobs and compatible queues. Job latency, error rates, and per-name trends alongside your method telemetry.
Every fetch() and HTTP.call instrumented automatically. Find which third-party API is slowing your app — no manual spans required.
console.*, Meteor Log, and a structured addLog() API — searchable, level-filtered, and correlated with your traces. No second tool, no extra invoice.
A one-line API for your own timings: checkout flows, queue depth, anything. Same dashboards, same alerts, same retention.
Multi-region HTTP(s) checks, branded status pages, and incident updates — sharing the same alerting backbone as your APM.
Email, Slack, webhook, and SMS with smart de-duplication. Get paged when it matters, not when it doesn’t.
Source-mapped stack traces, fingerprinted error grouping, and release tracking so you know which deploy regressed performance.
A single Atmosphere package for Meteor and a tiny Node SDK. Install in 30 seconds — no agents, no sidecars.
A single package on the server, no agents or sidecars. Server APM and browser RUM share the same dashboard.
Two keys, two scopes. The uc_srv_ server key stays on the server. The uc_pub_ public key is safe to ship to browsers — it only accepts RUM events from origins you allow-list.
meteor add uptimeclarity:agent{
"private": {
"uptimeClarity": {
"serverKey": "uc_srv_xxxxxxxxxxxxxxxx"
}
},
"public": {
"uptimeClarity": {
"clientKey": "uc_pub_xxxxxxxxxxxx",
"appName": "my-app"
}
}
}// server/main.js
import { Meteor } from 'meteor/meteor';
import { UptimeClarity } from 'meteor/uptimeclarity:agent';
Meteor.startup(() => {
UptimeClarity.start({
// private settings — never reach the browser
apiKey: Meteor.settings.private.uptimeClarity.serverKey,
appName: Meteor.settings.public.uptimeClarity.appName,
});
});// client/main.js
import { Meteor } from 'meteor/meteor';
import { UptimeClarity } from 'meteor/uptimeclarity:agent';
Meteor.startup(() => {
UptimeClarity.start({
// public settings — safe to ship to the browser
clientKey: Meteor.settings.public.uptimeClarity.clientKey,
rum: {
pageTiming: true, // navigation + paint timing (LCP, FCP, TTFB)
longTasks: true, // > 50ms main-thread blocks
blazeRender: true, // Blaze template render + layout timing
methods: true, // Meteor.call latency & errors
subscriptions: true, // pub/sub ready time + payload size
},
});
});meteor run --settings settings.jsonAdd the Atmosphere package or `npm i @uptimeclarity/sdk`. One line of config and you're live.
Drop in your URLs and pick alert channels. Optional Meteor instrumentation activates automatically.
Open the dashboard. Slow methods, hot collections, and failing checks surface immediately — no digging required.
Start free. Upgrade only when you outgrow it. No hidden fees, no surprise overage bills.
Join developers who ship with confidence. Free forever plan, no credit card required, set up in under a minute.