mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
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
|
```shell
|
||||||
OTEL_EXPORTER="otlp_http"
|
OTEL_EXPORTER="otlp_http"
|
||||||
OTEL_ENDPOINT="http:/0.0.0.0:4317"
|
OTEL_ENDPOINT="http://0.0.0.0:4318"
|
||||||
```
|
```
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
@ -44,7 +44,7 @@ OTEL_ENDPOINT="http:/0.0.0.0:4317"
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
OTEL_EXPORTER="otlp_grpc"
|
OTEL_EXPORTER="otlp_grpc"
|
||||||
OTEL_ENDPOINT="http:/0.0.0.0:4317"
|
OTEL_ENDPOINT="http://0.0.0.0:4317"
|
||||||
```
|
```
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue