Observability
Kubiks is an AI-powered observability platform for Vercel apps. It automatically traces every part of your stack — API routes, database queries, background jobs, and LLM calls — using OpenTelemetry for full visibility with zero setup.
Kubiks offers:
Built for speed and clarity, Kubiks helps you understand and fix issues instantly.
Vercel Log Drains automatically forward your application’s real-time logs (build, edge, serverless, runtime, and static) to Kubiks.
Log Drains are required for Kubiks to display all requests and correlate them with traces.
Learn more in the Kubiks Docs.
Trace Drains send spans from your Vercel project to Kubiks, providing full request-level tracing and visibility.
npm install @vercel/otel @opentelemetry/api @opentelemetry/api-logsTo configure OpenTelemetry SDK, create an instrumentation.ts file in your project root:
import { registerOTel } from "@vercel/otel";
export function register() { registerOTel();}Enhance your observability with our OpenTelemetry SDKs for:
Explore all integrations at
https://docs.kubiks.ai/opentelemetry-integrations/overview
Learn more in the Kubiks Docs.
Vercel Log Drains automatically forward your application’s real-time logs (build, edge, serverless, runtime, and static) to Kubiks.
Log Drains are required for Kubiks to display all requests and correlate them with traces.
Learn more in the Kubiks Docs.
Trace Drains send spans from your Vercel project to Kubiks, providing full request-level tracing and visibility.
Learn more in the Kubiks Docs.
Vercel Log Drains automatically forward your application’s real-time logs (build, edge, serverless, runtime, and static) to Kubiks.
Log Drains are required for Kubiks to display all requests and correlate them with traces.
Learn more in the Kubiks Docs.
Trace Drains send spans from your Vercel project to Kubiks, providing full request-level tracing and visibility.
Enhance your observability with our OpenTelemetry SDKs for:
Explore all integrations at
https://docs.kubiks.ai/opentelemetry-integrations/overview
Learn more in the Kubiks Docs.
Still debugging with console.log()?
Still trying to match random request IDs to real users?
Ever wanted to see which database queries actually run in production?
Wonder what users send to your LLM endpoints?
Kubiks handles it all automatically. Try it now.
This integration offers additional features for Pro and Enterprise plans.