You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cloud/manage/hyperdx.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,4 +26,4 @@ HyperDX in ClickHouse Cloud is currently in private preview and must be enabled
26
26
27
27
To get started with HyperDX in ClickHouse Cloud, we recommend our dedicated [getting started guide](/use-cases/observability/clickstack/deployment/hyperdx-clickhouse-cloud).
28
28
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).
Copy file name to clipboardExpand all lines: docs/use-cases/observability/clickstack/deployment/hyperdx-clickhouse-cloud.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,11 @@ This deployment pattern is ideal in the following scenarios:
31
31
32
32
1. You already have observability data in ClickHouse Cloud and wish to visualize it using HyperDX.
33
33
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.
35
35
36
36
## Deployment steps {#deployment-steps}
37
37
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.
39
39
40
40
<VerticalStepperheaderLevel="h3">
41
41
@@ -56,7 +56,7 @@ Press the `Connect` button from the navigation menu. A modal will open offering
56
56
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.
57
57
58
58
:::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.
60
60
:::
61
61
62
62
Create a `otel-file-collector.yaml` file with the following content:
Copy file name to clipboardExpand all lines: docs/use-cases/observability/clickstack/example-datasets/remote-demo-data.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,6 @@ import edit_connection from '@site/static/images/use-cases/observability/edit_co
40
40
41
41
**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.**
42
42
43
-
44
43
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.
45
44
46
45
:::warning Not supported with HyperDX in ClickHouse Cloud
Copy file name to clipboardExpand all lines: docs/use-cases/observability/clickstack/example-datasets/sample-data.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,6 @@ This step is not required if using HyperDX in ClickHouse Cloud, where ingestion
53
53
54
54
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.
55
55
56
-
57
56
<Imageimg={copy_api_key}alt="Copy API key"size="lg"/>
58
57
59
58
## Download sample data {#download-sample-data}
@@ -103,7 +102,7 @@ done
103
102
104
103
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.
105
104
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):
0 commit comments