Skip to content

Commit 4d64aa8

Browse files
authored
Incorrect endpoint in Telemetry doc (#619)
Signed-off-by: Ed Snible <[email protected]>
1 parent 8bdcdad commit 4d64aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/telemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ your PDL program
3939

4040
```bash
4141
export OTEL_EXPORTER="otlp_http"
42-
export OTEL_ENDPOINT="http://localhost:4318"
42+
export OTEL_ENDPOINT="http://localhost:4318/v1/traces"
4343
export OTEL_SERVICE_NAME=calling_llm
4444
export OTEL_ENVIRONMENT_NAME=dev
4545
pdl ./examples/tutorial/calling_llm.pdl

0 commit comments

Comments
 (0)