What to instrument
Start by capturing the parts of the agent run that explain what happened.Choose an integration path
Use the path that matches how much control you need.Integration methods
- Integrations
- SDKs
- API
- Proxy
Use Adaline Integrations when your agent already runs through a supported framework, provider SDK, gateway, or OpenTelemetry pipeline.Common starting points include LangChain, LangGraph, LlamaIndex, LiteLLM, Vercel AI SDK, OpenTelemetry, and provider integrations.Use this when: you want Adaline logs without hand-modeling every span yourself.
Metadata that makes logs useful
Metadata is what turns raw logs into product, engineering, support, and release workflows.
Avoid raw emails, API keys, access tokens, secrets, unnecessary personal data, and private customer text that your team should not store.
Verify your first trace
After instrumenting, run a known request in staging and inspect it in Logs. You are integrated when:- The trace appears in Adaline within a few seconds.
- The trace name describes the workflow or request.
- Spans show the model calls, tool calls, retrieval, command, or custom steps that matter.
- Status, latency, model, provider, tokens, and cost appear where supported.
- Tags or attributes identify environment, release, route, prompt, agent, and session context.
- A teammate can open the trace and understand what happened without asking the original engineer.
From logs to improvement
Instrumentation feeds every later Platform workflow:With Adaline Integrations
Connect frameworks, providers, agents, gateways, and OpenTelemetry pipelines.
With Adaline SDKs
Create traces, spans, sessions, variables, and metadata from TypeScript or Python.
With Adaline API
Send logs directly from any language, runtime, worker, or custom system.
With Adaline Proxy
Route provider calls through Adaline for fast logging with minimal code changes.
Log user feedback
Attach user feedback, outcomes, and review signals to production traces.
Advanced usage
Model complex workflows, streaming, custom spans, reference IDs, and multi-service traces.