Clickhouse Queries
Overview
Clickhouse is used for observability in LangDB. It provides high-performance analytics capabilities that allow us to track and analyze system behavior, performance metrics, and user activities across the platform.
Table Schemas
Traces Table
The following create query represents thetraces
table that stores distributed tracing information of Langdb AI Gateway.
Common Filters
thread_id
field with its dedicated bloom filter index allows for efficient filtering of traces based on specific execution threads.The
run_id
field enables filtering and grouping traces by specific execution runs.
Last updated
Was this helpful?