From 4792b05279ca6057f5bcb12982d6a54f1973bfa1 Mon Sep 17 00:00:00 2001 From: Stanley Sun Date: Fri, 14 Nov 2025 09:12:16 +0000 Subject: [PATCH] change trt-server to trtlllm-server Signed-off-by: Stanley Sun --- examples/opentelemetry/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/opentelemetry/README.md b/examples/opentelemetry/README.md index 9b6efb507a1..8967efb00f3 100644 --- a/examples/opentelemetry/README.md +++ b/examples/opentelemetry/README.md @@ -49,7 +49,7 @@ export JAEGER_IP=$(docker inspect --format '{{ .NetworkSettings.IPAddress }}' ja export OTEL_EXPORTER_OTLP_TRACES_PROTOCOL=grpc export OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=grpc://$JAEGER_IP:4317 export OTEL_EXPORTER_OTLP_TRACES_INSECURE=true -export OTEL_SERVICE_NAME="trt-server" +export OTEL_SERVICE_NAME="trtllm-server" ``` 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 ## Send requests and find traces in Jaeger You can send a request to the server and view the traces in [Jaeger UI](http://localhost:16686/). -The traces should be visible under the service name "trt-server". +The traces should be visible under the service name "trtllm-server". ## Configuration for Disaggregated Serving