Skip to content

Commit c962c4b

Browse files
authored
Merge pull request #4372 from ClickHouse/Blargian-patch-798040
Language edits
2 parents 49ba0f7 + e6bebd2 commit c962c4b

File tree

1 file changed

+3
-3
lines changed
  • docs/use-cases/observability/clickstack/ingesting-data/sdks

1 file changed

+3
-3
lines changed

docs/use-cases/observability/clickstack/ingesting-data/sdks/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: 'Language SDKs for ClickStack - The ClickHouse Observability Stack'
66
title: 'Language SDKs'
77
---
88

9-
Users typically send data to ClickStack via the **OpenTelemetry (OTel) collector**, either directly from language SDKs or through intermediate OpenTelemetry collector acting as agents e.g. collecting infrastructure metrics and logs.
9+
Data is typically sent to ClickStack via the **OpenTelemetry (OTel) collector**, either directly from language SDKs or through intermediate OpenTelemetry collector acting as agents e.g. collecting infrastructure metrics and logs.
1010

1111
Language SDKs are responsible for collecting telemetry from within your application - most notably **traces** and **logs** - and exporting this data to the OpenTelemetry collector, via the OTLP endpoint, which handles ingestion into ClickHouse.
1212

@@ -21,7 +21,7 @@ In browser-based environments, SDKs may also be responsible for collecting **ses
2121
## Supported languages {#supported-languages}
2222

2323
:::note OpenTelemetry compatibility
24-
While ClickStack offers its own language SDKs with enhanced telemetry and features, users can also use their existing OpenTelemetry SDKs seamlessly.
24+
While ClickStack offers its own language SDKs with enhanced telemetry and features, you can also use their existing OpenTelemetry SDKs seamlessly.
2525
:::
2626

2727
<br/>
@@ -51,7 +51,7 @@ OTEL_EXPORTER_OTLP_HEADERS='authorization=<YOUR_INGESTION_API_KEY>'
5151

5252
This API key is generated by the HyperDX application, and is available via the app in `Team Settings → API Keys`.
5353

54-
For most [language SDKs](/use-cases/observability/clickstack/sdks) and telemetry libraries that support OpenTelemetry, users can simply set `OTEL_EXPORTER_OTLP_ENDPOINT` environment variable in your application or specify it during initialization of the SDK:
54+
For most [language SDKs](/use-cases/observability/clickstack/sdks) and telemetry libraries that support OpenTelemetry, you can simply set `OTEL_EXPORTER_OTLP_ENDPOINT` environment variable in your application or specify it during initialization of the SDK:
5555

5656
```shell
5757
export OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318

0 commit comments

Comments
 (0)