TraceForge gives you real-time distributed tracing with 12ms p50 latency and 99.99% uptime SLA. Instrument once, see everything.
From edge to database, TraceForge captures every hop in your distributed system with sub-millisecond precision.
Trace requests across microservices, queues, and databases with automatic context propagation.
Get paged when latency spikes or error rates cross your threshold. Slack, PagerDuty, webhook.
Auto-discover your service topology and visualize dependencies in real time.
Spot slow endpoints instantly with per-span latency distributions and p99 breakdowns.
Build Grafana-style dashboards with your own metrics, filters, and time ranges.
Share trace links, annotate spans, and comment on issues — all in one place.
TraceForge uses OpenTelemetry under the hood. Install one SDK, and we automatically capture spans across HTTP, gRPC, queues, and databases.
// traceforge-sdk-example.ts import { TraceForge } from "@traceforge/sdk"; const tf = new TraceForge({ apiKey: process.env.TF_API_KEY, region: "eu-central-1", sampleRate: 1.0, }); await tf.trace("checkout-flow", async (span) => { const user = await fetchUser(req.userId); span.setAttribute("user.id", user.id); const order = await createOrder(cart); span.setAttribute("order.id", order.id); }); // → returns in <12ms p50
Start free, scale predictably. No hidden fees, no surprise bills.