Skip to content

Commit 96cfdd8

Browse files
[None][chore] Change trt-server to trtlllm-server in opentelemetry readme (#9173)
Signed-off-by: Stanley Sun <[email protected]> Co-authored-by: Larry Xu <[email protected]>
1 parent 5e53008 commit 96cfdd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/opentelemetry/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export JAEGER_IP=$(docker inspect --format '{{ .NetworkSettings.IPAddress }}' ja
4949
export OTEL_EXPORTER_OTLP_TRACES_PROTOCOL=grpc
5050
export OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=grpc://$JAEGER_IP:4317
5151
export OTEL_EXPORTER_OTLP_TRACES_INSECURE=true
52-
export OTEL_SERVICE_NAME="trt-server"
52+
export OTEL_SERVICE_NAME="trtllm-server"
5353
```
5454

5555
Then run TensorRT-LLM with OpenTelemetry, and make sure to set `return_perf_metrics` to true in the model configuration:
@@ -61,7 +61,7 @@ trtllm-serve models/Qwen3-8B/ --otlp_traces_endpoint="$OTEL_EXPORTER_OTLP_TRACES
6161
## Send requests and find traces in Jaeger
6262

6363
You can send a request to the server and view the traces in [Jaeger UI](http://localhost:16686/).
64-
The traces should be visible under the service name "trt-server".
64+
The traces should be visible under the service name "trtllm-server".
6565

6666
## Configuration for Disaggregated Serving
6767

0 commit comments

Comments
 (0)