Vortex Ingest Node v2.4.9 is online globally

Real-time telemetry
at absolute edge.

Ingest, process, and route high-throughput telemetry and web vitals globally. Under 2ms latency with zero cold-starts. Compatible with OpenTelemetry, Prometheus, and custom WS streams.

99.9999%

Delivery SLA

<1.8ms

Median Latency

4.2 Billion

Events/Day Ingested

console.vortex.io/live-telemetry
LIVE FEED
Ingress Events / Sec 12,492
Telemetry Node us-east-edge-1
WebSocket Pipe Status CONNECTED
Drop Rate 0.0000%

Built for Modern Data Pipelines

High-volume streaming ingestion without the complex overhead. Scale effortlessly on Deno, Cloudflare Workers, and global Edge servers.

Ultra-Fast WebSocket Streams

Establish secure, persistent duplex channels for low-latency telemetry updates and dynamic configuration push.

🛡️

Dynamic Telemetry Shield

WAF protection, token authentication, and sanitization filters executed directly at the Edge before hitting storage.

📊

OpenTelemetry Native

Seamless ingestion of structured trace, metrics, and log structures without any code modifications.

🌐

Global Event Routing

Instantly dispatch incoming batches to Kafka, AWS Kinesis, or HTTP Webhook endpoints with automatic retries.

Analytics Console

Real-time edge event ingestion streams & active tunnel metrics

AUTO-REFRESHING

Bandwidth & Request Throughput

Realtime 1 Hour 24 Hours
● Ingress Event Rate ● Egress Relay Rate ● Tunnel Pipeline Volume
Total Raw Ingestion

439,219,832

+18.4%
Requests in the last 24 hours
Active Tunnel Status

HEALTHY

Pipeline latency: 8ms
Active Ingestion Paths

5 Nodes

Stable
Active tunnels routing to nodes

Live Telemetry Pipeline Feed

System Feed
[SYSTEM] Stream pipeline initialized successfully. Waiting for ingestion events...
[SYSTEM] Telemetry endpoint mounted at /api/v1/telemetry

API Reference & Ingestion Guide

How to integrate the Vortex Telemetry API with your serverless applications, scripts, and endpoints.

Post Telemetry Batches

Send compressed JSON trace or payload events directly to the global ingress engine. Ideal for stateless tracking scripts or high-performance background pipelines.

HTTP REQUEST POST
POST https://yourdomain.netlify.app/api/v1/telemetry
Content-Type: application/json
X-Vortex-Auth: vt_live_8324fbfec3a241e1bc832
PAYLOAD TEMPLATE
{
  "events": [
    {
      "event": "transaction.success",
      "timestamp": 1715892349,
      "properties": {
        "amount": 299.00,
        "region": "us-east-1"
      }
    }
  ]
}
CURL SHELL EXAMPLE
curl -X POST https://yourdomain.netlify.app/api/v1/telemetry \
  -H "Content-Type: application/json" \
  -H "X-Vortex-Auth: vt_live_8324" \
  -d '{"event":"ping"}'
RESPONSE RESPONSE
{
  "status": "success",
  "ingested_batches": 1,
  "node": "netlify-edge-router-4",
  "latency_ms": 4
}

Flexible Pricing For Any Scale

Pay only for what you ingest. No fixed server costs, no hidden latency premiums.

Developer

Free / Forever

Ideal for testing pipelines, personal projects, and small serverless scripts.

  • ✓ Up to 1 Million events/month
  • ✓ Basic HTTPS Ingestion
  • ✓ 3-day log retention
  • ✓ Community Support

Custom Pipeline

Custom / Quote

Tailored multi-region hosting, custom firewalls, and dedicated pipeline instances.

  • ✓ Unlimited scale and dedicated nodes
  • ✓ Fully isolated routing networks
  • ✓ Dedicated SLA & Account Manager
  • ✓ Custom target endpoint mapping

All Vortex Ingestion Engines Are Operational

Global system SLA: 100.000% in the last 90 days. Next scheduled edge upgrade in 12 days.

Edge Node North America (us-east-1)
OPERATIONAL
Edge Node Western Europe (eu-west-1)
OPERATIONAL
Edge Node Asia Pacific (ap-southeast-1)
OPERATIONAL
WebSocket Relay Pipeline Stream
OPERATIONAL
Background Telemetry Broker
OPERATIONAL