File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ export JAEGER_IP=$(docker inspect --format '{{ .NetworkSettings.IPAddress }}' ja
4949export OTEL_EXPORTER_OTLP_TRACES_PROTOCOL=grpc
5050export OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=grpc://$JAEGER_IP :4317
5151export OTEL_EXPORTER_OTLP_TRACES_INSECURE=true
52- export OTEL_SERVICE_NAME=" trt -server"
52+ export OTEL_SERVICE_NAME=" trtllm -server"
5353```
5454
5555Then 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
6363You 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
You can’t perform that action at this time.
0 commit comments