forked from phoenix/litellm-mirror
Update opentelemetry_integration.md - Fix typos (#6618)
This commit is contained in:
parent
0ca50d56a8
commit
8a2b6fd8d2
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ OTEL_HEADERS="Authorization=Bearer%20<your-api-key>"
|
|||
|
||||
```shell
|
||||
OTEL_EXPORTER="otlp_http"
|
||||
OTEL_ENDPOINT="http:/0.0.0.0:4317"
|
||||
OTEL_ENDPOINT="http://0.0.0.0:4318"
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
|
@ -44,7 +44,7 @@ OTEL_ENDPOINT="http:/0.0.0.0:4317"
|
|||
|
||||
```shell
|
||||
OTEL_EXPORTER="otlp_grpc"
|
||||
OTEL_ENDPOINT="http:/0.0.0.0:4317"
|
||||
OTEL_ENDPOINT="http://0.0.0.0:4317"
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue