mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
chore(docs): Update logging.md (#10006)
Fixes a missing slash in OTEL_ENDPOINT example
This commit is contained in:
parent
09df3815b8
commit
c9cf43df5b
1 changed files with 2 additions and 2 deletions
|
@ -862,7 +862,7 @@ Add the following to your env
|
|||
|
||||
```shell
|
||||
OTEL_EXPORTER="otlp_http"
|
||||
OTEL_ENDPOINT="http:/0.0.0.0:4317"
|
||||
OTEL_ENDPOINT="http://0.0.0.0:4317"
|
||||
OTEL_HEADERS="x-honeycomb-team=<your-api-key>" # Optional
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue