Introducing Virtual MCP Servers
LogoLogo
GithubJoin SlackSignupBook a Demo
  • Documentation
  • Guides
  • Self Hosted
  • Integrations
  • Enterprise
  • Introduction to AI Gateway
  • Supported Models
  • Supported MCP Servers
  • Getting Started
    • Quick Start
    • Working with API
    • Working with Multiple Agents
    • Working with Agent Frameworks
      • Working with Google ADK
      • Working with OpenAI Agents SDK
      • Working with LangGraph
      • Working with Agno
      • Working with CrewAI
    • Working with MCPs
    • Working with Headers
    • User Tracking
    • Using Parameters
  • Concepts
    • Thread
    • Trace
    • Run
    • Label
    • Message
    • Virtual Models
      • Routing with Virtual Model
      • Draft Mode
    • Virtual MCP Servers
      • Custom MCP Servers
  • Features
    • Tracing
    • Routing
    • MCP Support
    • Usage
    • Analytics
    • Guardrails
    • User Roles
    • Cost Control
    • Response Caching
    • Prompt Caching
    • Model Access Control
    • Project Access Control
  • Python SDK
    • Getting Started
  • API Reference
  • Postman Collection
Powered by GitBook
On this page
Export as PDF
  1. Concepts

Trace

Track complete workflows with LangDB Traces. Get end-to-end visibility, multi-agent support, and error diagnosis.

PreviousThreadNextRun

Last updated 3 months ago

Was this helpful?

LogoLogo

Social

  • LinkedIn
  • X
  • Youtube
  • Github

Platform

  • Pricing
  • Documentation
  • Blog

Company

  • Home
  • About

Legal

  • Privacy Policy
  • Terms of Service

2025 LangDB. All rights reserved.

CtrlK

Was this helpful?

A Trace represents the complete lifecycle of a workflow, spanning all components and systems involved.

An example of Trace linked to a thread can look on LangDB

Core Features:

  • End-to-End Visibility: Tracks model calls, tools across the entire workflow.

  • Multi Agent Ready: Perfect for workflows that involve multiple services, APIs, or tools.

  • Error Diagnosis: Quickly identify bottlenecks, failures, or inefficiencies in complex workflows.

Parent-Trace:

For workflows with nested operations (e.g., a workflow that triggers multiple sub-workflows), LangDB introduces the concept of a Parent-Trace, which links the parent workflow to its dependent sub-workflows. This hierarchical structure ensures you can analyze workflows at both macro and micro levels.

Headers for Trace:

  • trace-id: Tracks the parent workflow.

  • parent-trace-id: Links sub-workflows to the main workflow for hierarchical tracing.