> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-8a08bda2.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Observability

> Use ClickHouse Cloud for observability, monitoring, logging, and system performance analysis in distributed applications

export const PrimaryButton = ({label = 'Get started', href = '#'}) => <a href={href} className="ch-btn-primary inline-flex items-center justify-center mt-4 px-5 py-2.5 rounded-md font-semibold text-sm leading-none whitespace-nowrap no-underline hover:no-underline transition-colors bg-black dark:bg-[#fdff75] hover:bg-zinc-800 dark:hover:bg-[#eaec5a]">
    {label}
  </a>;

<h2 id="clickstack">
  ClickHouse for observability
</h2>

Early adopters of ClickHouse recognized something fundamental: observability is a data problem.
The database you choose defines the cost, scale, and capabilities of your observability platform - which is why selecting the right database for time-series data is often the most important architectural decision when building in-house or starting an observability company.

This is exactly why ClickHouse has been at the core of observability stacks for years.
From industry giants like Netflix and eBay to observability startups like Sentry and Dash0, ClickHouse powers logs, metrics, and traces at a massive scale.
Its column-oriented storage, aggressive compression, and vectorized execution engine dramatically reduce costs and deliver the sub-second queries engineers need to debug live systems without waiting on slow tooling.

<h2 id="clickstack">
  ClickStack
</h2>

At the core of ClickHouse for the observability use-case is ClickStack, an innovative observability platform that revolutionizes how you handle logs, traces, and metrics by storing them all in a single ClickHouse database.
This unified approach makes it incredibly easy to correlate signals across your entire infrastructure and applications.

ClickStack is built around three core components that work seamlessly together:

<Tabs>
  <Tab title="OpenTelemetry" icon="https://mintcdn.com/private-7c7dfe99-mintlify-8a08bda2/WZncn2Tinj1IqSE2/images/integrations/logos/logo_otel.png?fit=max&auto=format&n=WZncn2Tinj1IqSE2&q=85&s=6dc54adb9727593eb64bed6708892360" width="2000" height="2000" data-path="images/integrations/logos/logo_otel.png">
    > The ClickStack distribution of the OpenTelemetry collector serves as your data ingestion gateway. OpenTelemetry has become the industry standard for observability data, making this collector the natural choice for handling your telemetry streams.
  </Tab>

  <Tab title="ClickHouse" icon="https://mintcdn.com/private-7c7dfe99-mintlify-8a08bda2/sjFL7T09peKHab7w/images/icons/icon-clickhouse-tab.svg?fit=max&auto=format&n=sjFL7T09peKHab7w&q=85&s=adeded0b838b448bbc248586d0964943" width="24" height="24" data-path="images/icons/icon-clickhouse-tab.svg">
    > ClickHouse is explicitly chosen for its exceptional performance with high-cardinality data and lightning-fast aggregations that observability workloads demand.
  </Tab>

  <Tab title="HyperDX" icon="https://mintcdn.com/private-7c7dfe99-mintlify-8a08bda2/sjFL7T09peKHab7w/images/hyperdx-logo.png?fit=max&auto=format&n=sjFL7T09peKHab7w&q=85&s=1fd2fe515326d4bdf19b0c34c5b63fb2" width="460" height="460" data-path="images/hyperdx-logo.png">
    > HyperDX provides an intuitive user interface that brings all your data together with powerful querying capabilities and correlation features.
  </Tab>
</Tabs>

What makes ClickStack particularly compelling is its flexibility. While it's OpenTelemetry native and works best with the OpenTelemetry ecosystem, it's not exclusively tied to it. You can ingest data from various sources, including S3, Kafka, and other agents, giving you the freedom to work with your existing infrastructure.

<PrimaryButton label="Read the ClickStack docs" href="/clickstack" />
