Skip to content

Commit 08116d3

Browse files
committed
sdk tweaks
1 parent 489a632 commit 08116d3

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ Afterwards you'll need to configure the following environment variables in your
4444

4545
```bash
4646
export HYPERDX_API_KEY='<YOUR_INGESTION_API_KEY>' \
47-
OTEL_SERVICE_NAME='<NAME_OF_YOUR_APP_OR_SERVICE>'
47+
OTEL_SERVICE_NAME='<NAME_OF_YOUR_APP_OR_SERVICE>' \
48+
OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318
4849
```
4950

5051
_The `OTEL_SERVICE_NAME` environment variable is used to identify your service in the HyperDX app, it can be any name you want._

0 commit comments

Comments
 (0)