Native SDKs for Node, Python, Go, and Rust. Adapters for every major model provider, vector DB, and agent framework. Pipe traces to your existing APM. No re-platforming, no rebuilds.
A real snippet from a real customer codebase, for the three most-installed adapters. No "just configure this YAML" hand-waving.
One-line auto-instrumentation. Captures every Claude call across your codebase.
import { instrument } from "@yourbusiness/anthropic"; instrument(new Anthropic({ apiKey })); // from now on, every .messages.create() // emits a span with full prompt + tokens.Read full Anthropic guide →
Wrap your graph runner. Per-node, per-edge spans with state snapshots.
import { withTracing } from "@yourbusiness/langgraph"; const graph = withTracing(myGraph, { snapshotState: true, name: "qualify_workflow" });Read full LangGraph guide →
Drop-in factory. Captures top-K, scores, namespace, and filters per query.
import { traced } from "@yourbusiness/pinecone"; const index = traced( pinecone.Index("sales-leads") );Read full Pinecone guide →
Your Business is OpenTelemetry-native. Anything that emits OTLP can write to us. Use the manual SDK to instrument private services or proprietary tools — most teams ship a custom integration in under an hour.
If we're missing an adapter you need, tell us. We ship roughly two new integrations a month and we prioritize by request volume — every vote moves it up the queue.
Free up to 50,000 spans a month. Most integrations install in under three minutes — no credit card.