fix: run python update doc
This commit is contained in:
parent
abfc581030
commit
b85c045b7f
|
@ -153,7 +153,7 @@ this will impact performance.
|
|||
### Distributed Tracing
|
||||
|
||||
`text-generation-inference` is instrumented with distributed tracing using OpenTelemetry. You can use this feature
|
||||
by setting the address to an OTLP collector with the `--otlp-endpoint` argument. The default service name can be
|
||||
by setting the address to an OTLP collector with the `--otlp-endpoint` argument. The default service name can be
|
||||
overridden with the `--otlp-service-name` argument
|
||||
|
||||
### Architecture
|
||||
|
|
|
@ -336,12 +336,6 @@ Options:
|
|||
--otlp-endpoint <OTLP_ENDPOINT>
|
||||
[env: OTLP_ENDPOINT=]
|
||||
|
||||
```
|
||||
## OTLP_SERVICE_NAME
|
||||
```shell
|
||||
--otlp-service-name <OTLP_SERVICE_NAME>
|
||||
[env: OTLP_SERVICE_NAME=]
|
||||
|
||||
```
|
||||
## CORS_ALLOW_ORIGIN
|
||||
```shell
|
||||
|
|
Loading…
Reference in New Issue