Skip to content

Commit de4e13c

Browse files
committed
spelling fixes
1 parent 0904ee3 commit de4e13c

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

docs/cloud/manage/hyperdx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ HyperDX in ClickHouse Cloud is currently in private preview and must be enabled
2626

2727
To get started with HyperDX in ClickHouse Cloud, we recommend our dedicated [getting started guide](/use-cases/observability/clickstack/deployment/hyperdx-clickhouse-cloud).
2828

29-
For further details on Clickstack, see the [full documentation](/use-cases/observability/clickstack).
29+
For further details on ClickStack, see the [full documentation](/use-cases/observability/clickstack).

docs/use-cases/observability/clickstack/dashboards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ The dashboard will be auto-saved. To set the dashboard name, select the title an
149149

150150
</VerticalStepper>
151151

152-
## Dashboards - editing visualizations
152+
## Dashboards - editing visualizations {#dashboards-editing-visualizations}
153153

154154
To remove, edit, or duplicate a visualization, hover over it and use the corresponding action buttons.
155155

docs/use-cases/observability/clickstack/deployment/hyperdx-clickhouse-cloud.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ This deployment pattern is ideal in the following scenarios:
3131

3232
1. You already have observability data in ClickHouse Cloud and wish to visualize it using HyperDX.
3333
2. You operate a large observability deployment and need the dedicated performance and scalability of ClickStack with ClickHouse Cloud.
34-
3. You're already using ClickHouse Cloud for analytics and want to instrument your application using ClickStack’s instrumentation libraries — sending data to the same cluster. In this case, we recommend using [warehouses](/cloud/reference/warehouses) to isolate compute for observability workloads.
34+
3. You're already using ClickHouse Cloud for analytics and want to instrument your application using ClickStack instrumentation libraries — sending data to the same cluster. In this case, we recommend using [warehouses](/cloud/reference/warehouses) to isolate compute for observability workloads.
3535

3636
## Deployment steps {#deployment-steps}
3737

38-
The following guide assumes you have already created a ClickHouse Cloud service. If you haven't created a service, follow the ["Create a ClicKhouse service"](/getting-started/quick-start/cloud#1-create-a-clickhouse-service) step from our Quick Start guide.
38+
The following guide assumes you have already created a ClickHouse Cloud service. If you haven't created a service, follow the ["Create a ClickHouse service"](/getting-started/quick-start/cloud#1-create-a-clickhouse-service) step from our Quick Start guide.
3939

4040
<VerticalStepper headerLevel="h3">
4141

@@ -56,7 +56,7 @@ Press the `Connect` button from the navigation menu. A modal will open offering
5656
This step ensures tables are created with an Open Telemetry (OTel) schema, which can in turn be used seamlessly to create a data source in HyperDX. This also provides an OLTP endpoint which can be used for loading [sample datasets](/use-cases/observability/clickstack/sample-datasets) and sending OTel events to ClickStack.
5757

5858
:::note Use of standard Open Telemetry collector
59-
The following instructions use the standard distribution of the OTel collector, rather than the ClickStack distribution. The latter requires an OpAMP server for configutation. This is currently not supported in private preview. The configuration below replicates the version used by the ClickStack distribution of the collector, providing an OTLP endpoint to which events can be sent.
59+
The following instructions use the standard distribution of the OTel collector, rather than the ClickStack distribution. The latter requires an OpAMP server for configuration. This is currently not supported in private preview. The configuration below replicates the version used by the ClickStack distribution of the collector, providing an OTLP endpoint to which events can be sent.
6060
:::
6161

6262
Create a `otel-file-collector.yaml` file with the following content:

docs/use-cases/observability/clickstack/example-datasets/remote-demo-data.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ import edit_connection from '@site/static/images/use-cases/observability/edit_co
4040

4141
**The following guide assumes you have deployed ClickStack using the [instructions for the all-in-one image](/use-cases/observability/clickstack/getting-started), or [Local Mode Only](/use-cases/observability/clickstack/deployment/local-mode-only) and completed initial user creation. Alternatively, users can skip all local setup and simply connect to our ClickStack hosted demo [play-clickstack.clickhouse.com](https://play-clickstack.clickhouse.com) which uses this dataset.**
4242

43-
4443
This guide uses a sample dataset hosted on the public ClickHouse playground at [sql.clickhouse.com](https://sql.clickhpouse.com), which you can connect to from your local ClickStack deployment.
4544

4645
:::warning Not supported with HyperDX in ClickHouse Cloud

docs/use-cases/observability/clickstack/example-datasets/sample-data.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ This step is not required if using HyperDX in ClickHouse Cloud, where ingestion
5353

5454
Navigate to [`Team Settings`](http://localhost:8080/team) and copy the `Ingestion API Key` from the `API Keys` section. This API key ensures data ingestion through the OpenTelemetry collector is secure.
5555

56-
5756
<Image img={copy_api_key} alt="Copy API key" size="lg"/>
5857

5958
## Download sample data {#download-sample-data}
@@ -103,7 +102,7 @@ done
103102

104103
This simulates OLTP log, trace, and metric sources sending data to the OTel collector. In production, these sources may be language clients or even other OTel collectors.
105104

106-
Returning to the `Search` view, you should see that data has started to load (adjust the timeframe to the `Last 1 hour` if the data does not rendwer):
105+
Returning to the `Search` view, you should see that data has started to load (adjust the time frame to the `Last 1 hour` if the data does not render):
107106

108107
<Image img={hyperdx_10} alt="HyperDX search" size="lg"/>
109108

0 commit comments

Comments
 (0)