File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
docs/source/basic_tutorials Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ this will impact performance.
153
153
# ## Distributed Tracing
154
154
155
155
` text-generation-inference` is instrumented with distributed tracing using OpenTelemetry. You can use this feature
156
- by setting the address to an OTLP collector with the `--otlp-endpoint` argument. The default service name can be
156
+ by setting the address to an OTLP collector with the `--otlp-endpoint` argument. The default service name can be
157
157
overridden with the `--otlp-service-name` argument
158
158
159
159
# ## Architecture
Original file line number Diff line number Diff line change @@ -336,12 +336,6 @@ Options:
336
336
--otlp-endpoint <OTLP_ENDPOINT>
337
337
[env: OTLP_ENDPOINT=]
338
338
339
- ```
340
- ## OTLP_SERVICE_NAME
341
- ```shell
342
- --otlp-service-name <OTLP_SERVICE_NAME>
343
- [env: OTLP_SERVICE_NAME=]
344
-
345
339
```
346
340
## CORS_ALLOW_ORIGIN
347
341
```shell
You can’t perform that action at this time.
0 commit comments