Skip to content

Commit 88c829d

Browse files
authored
Merge pull request #4391 from ClickHouse/cloud-config
Update hyperdx-clickhouse-cloud.md
2 parents 7e2dd48 + 36901bc commit 88c829d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ The following instructions use the standard distribution of the OTel collector,
6262
Download the configuration for the OTel collector:
6363

6464
```bash
65-
curl -O https://raw.githubusercontent.com/ClickHouse/clickhouse-docs/refs/heads/main/docs/use-cases/observability/clickstack/deployment/_snippets/otel-cloud-collector.yaml
65+
curl -O https://raw.githubusercontent.com/ClickHouse/clickhouse-docs/refs/heads/main/docs/use-cases/observability/clickstack/deployment/_snippets/otel-cloud-config.yaml
6666
```
6767

6868
<details>
69-
<summary>otel-cloud-collector.yaml</summary>
69+
<summary>otel-cloud-config.yaml</summary>
7070
```yaml file=docs/use-cases/observability/clickstack/deployment/_snippets/otel-cloud-config.yaml
7171
```
7272
</details>
@@ -102,7 +102,7 @@ docker run --rm -it \
102102
# -e CLICKHOUSE_PASSWORD=${CLICKHOUSE_PASSWORD} \
103103
# -e CLICKHOUSE_DATABASE=${CLICKHOUSE_DATABASE} \
104104
# --user 0:0 \
105-
# -v "$(pwd)/otel-cloud-collector.yaml":/etc/otel/config.yaml \
105+
# -v "$(pwd)/otel-cloud-config.yaml":/etc/otel/config.yaml \
106106
# -v /var/log:/var/log:ro \
107107
# -v /private/var/log:/private/var/log:ro \
108108
# otel/opentelemetry-collector-contrib:latest \

0 commit comments

Comments
 (0)