We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489a632 commit 08116d3Copy full SHA for 08116d3
docs/use-cases/observability/clickstack/ingesting-data/sdks/python.md
@@ -44,7 +44,8 @@ Afterwards you'll need to configure the following environment variables in your
44
45
```bash
46
export HYPERDX_API_KEY='<YOUR_INGESTION_API_KEY>' \
47
-OTEL_SERVICE_NAME='<NAME_OF_YOUR_APP_OR_SERVICE>'
+OTEL_SERVICE_NAME='<NAME_OF_YOUR_APP_OR_SERVICE>' \
48
+OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318
49
```
50
51
_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