22
33[ HyperDX] ( https://hyperdx.io ) helps engineers quickly figure out why production
44is broken by making it easy to search & visualize logs and traces on top of any
5- Clickhouse cluster (imagine Kibana, for Clickhouse ). You can learn more about
5+ ClickHouse cluster (imagine Kibana, for ClickHouse ). You can learn more about
66HyperDX in our [ README] ( /README.md ) .
77
88HyperDX can be deployed in a few different ways:
@@ -36,7 +36,7 @@ the URL your HyperDX instance is hosted on.
3636## All-in-one Docker Compose Stack
3737
3838The easiest way to get started with HyperDX from scratch is to use our
39- all-in-one Docker Compose stack. This stack will start Clickhouse , an
39+ all-in-one Docker Compose stack. This stack will start ClickHouse , an
4040OpenTelemetry collector, and HyperDX with a MongoDB instance.
4141
4242To get started, clone this repository and run the following command:
@@ -62,7 +62,7 @@ variable to a random string.
6262
6363HyperDX can also be deployed alongside your existing local development stack to
6464help you debug issues locally. This mode will start an OpenTelemetry collector,
65- Clickhouse , and HyperDX with a MongoDB in a single instance, without any
65+ ClickHouse , and HyperDX with a MongoDB in a single instance, without any
6666authentication or configuration persistence.
6767
6868To get started, spin up the local mode container:
0 commit comments