Skip to main content
Skip to main content

Observability

Welcome to our Observability use case guide. In this guide you'll learn how you can get setup and use ClickHouse for Observability.

Navigate to the pages below to explore the different sections of this guide.

PageDescription
IntroductionThis guide is designed for users looking to build their own SQL-based Observability solution using ClickHouse, focusing on logs and traces.
Schema designLearn why users are recommended to create their own schema for logs and traces, along with some best practices for doing so.
Managing dataDeployments of ClickHouse for Observability invariably involve large datasets, which need to be managed. ClickHouse offers a number of features to assist with data management.
Integrating OpenTelemetryAny Observability solution requires a means of collecting and exporting logs and traces. For this purpose, ClickHouse recommends the OpenTelemetry (OTel) project. Learn more about how to integrate it with ClickHouse.
Using GrafanaLearn how to use Grafana, the preferred visualization tool for Observability data in ClickHouse, with ClickHouse.
Demo ApplicationThe Open Telemetry project includes a demo application. A maintained fork of this application with ClickHouse as a data source for logs and traces can be found linked on this page.