From b85c045b7f72bec19046b539cdac56a426ce8305 Mon Sep 17 00:00:00 2001 From: drbh Date: Thu, 20 Jun 2024 00:59:33 +0000 Subject: [PATCH] fix: run python update doc --- README.md | 2 +- docs/source/basic_tutorials/launcher.md | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 742b5274..82eb22f4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/source/basic_tutorials/launcher.md b/docs/source/basic_tutorials/launcher.md index 0eecfc90..9246093e 100644 --- a/docs/source/basic_tutorials/launcher.md +++ b/docs/source/basic_tutorials/launcher.md @@ -336,12 +336,6 @@ Options: --otlp-endpoint [env: OTLP_ENDPOINT=] -``` -## OTLP_SERVICE_NAME -```shell - --otlp-service-name - [env: OTLP_SERVICE_NAME=] - ``` ## CORS_ALLOW_ORIGIN ```shell