v2.4 — Now with streaming analytics

Analytics infrastructure
for modern teams

Ship data pipelines in minutes, not months. Metric's API ingests, transforms, and serves real-time analytics with sub-50ms latency at any scale.

$ npm install @metric/sdk
Metric Dashboard app.metric.io/analytics
Total Events
2.4M
↑ 12.4%
Active Users
18.2K
↑ 8.1%
Avg Latency
23ms
↑ 4.2%
Error Rate
0.02%
↓ 1.8%
Events per Hour
12AM2AM4AM6AM 8AM10AM12PM2PM 4PM6PM8PM10PM
Traffic Sources
62%
Direct — 62%
API — 20%
Webhooks — 18%
Revenue Over Time
Live

Trusted by engineering teams at

Vercel Linear Notion Supabase Railway Planetscale

Built for scale,
designed for speed

Everything you need to build world-class data infrastructure without the operational overhead.

Real-Time Ingestion

Process millions of events per second with our distributed ingestion pipeline. Sub-50ms from write to queryable.

Streaming Analytics

Run continuous queries over streaming data. Get instant alerts, aggregations, and windowed computations.

Custom Dashboards

Build pixel-perfect dashboards with our component library. Drag, drop, and embed anywhere.

Enterprise Security

SOC 2 Type II certified. End-to-end encryption, role-based access control, and audit logging built in.

SDK & API

First-class SDKs for TypeScript, Python, Go, and Rust. REST and GraphQL APIs with comprehensive docs.

Integrations

Connect to 200+ tools out of the box: Snowflake, BigQuery, Postgres, Kafka, Slack, and more.

Trusted at scale

Our platform processes billions of events daily across thousands of production deployments.

0
Events processed daily
0
Uptime SLA
0
P95 query latency
0
Production deployments

Beautiful APIs that
developers love

Intuitive endpoints, comprehensive SDKs, and documentation that makes integration a breeze.

REST API GraphQL Webhooks
api-example.js
// Initialize the Metric SDK
import { Metric } from '@metric/sdk';

const metric = new Metric('mk_live_a1b2c3d4e5');

// Track an event with properties
await metric.track('page_view', {
  url: '/dashboard',
  user_id: 'usr_8x9y0z',
  properties: {
    browser: 'Chrome',
    session_duration: 142.8
  }
});

// Query real-time analytics
const result = await metric.query({
  metric: 'daily_active_users',
  period: 'last_30_days',
  granularity: 'day',
  filters: [{ field: 'plan', op: 'eq', value: 'pro' }]
});

console.log(result.data);
// → [{ date: '2024-01-15', value: 18234 }, ...]

Simple, transparent pricing

Start free and scale with confidence. No surprise bills, no hidden fees.

Monthly
Yearly Save 20%
Starter
For side projects and prototypes
$0 /month
  • 10K events/month
  • 1 project
  • Basic dashboards
  • Community support
  • 7-day data retention
Get Started Free
Enterprise
For organizations at scale
$299 /month
  • Unlimited events
  • Unlimited projects
  • SSO & SCIM provisioning
  • Dedicated support engineer
  • Unlimited retention
  • Custom SLA & contracts
Contact Sales

Frequently asked questions

The Starter plan gives you 10,000 events per month completely free — no credit card required. You get access to core analytics features, one project, and 7-day data retention. Upgrade anytime as your needs grow.

Our ingestion pipeline delivers sub-50ms latency from event receipt to queryability in production. This is achieved through our globally distributed edge network and optimized columnar storage engine.

Absolutely. We provide migration tools for Amplitude, Mixpanel, PostHog, and Segment. Our team offers free migration assistance for Pro and Enterprise plans, including historical data import and parallel tracking during transition.

Yes. Metric is SOC 2 Type II certified, GDPR compliant, and CCPA compliant. All data is encrypted at rest (AES-256) and in transit (TLS 1.3). We offer EU and US data residency options for Enterprise customers.

Our pricing is tiered and predictable. You pay a base fee for your plan tier, and overages are billed at a fixed rate per additional event. We never charge surprise fees, and you can set hard usage caps to prevent unexpected costs.

Start building with Metric today

Free tier included. No credit card required. Ship your first dashboard in under 5 minutes.

Create Free Account

访问验证

输入密钥解锁全部功能,或以游客身份浏览

✅ 验证通过,正在进入...

游客模式可预览全部模板
无法下载源码文件

💡 需要源码?
购买密钥后输入即可解锁下载,一个密钥限一台设备。

游客模式 — 源码下载已锁定