diff --git a/benchmarks/benchmark/tools/profile-generator/container/benchmark_serving.py b/benchmarks/benchmark/tools/profile-generator/container/benchmark_serving.py index f380a22e0..e0cab7a27 100644 --- a/benchmarks/benchmark/tools/profile-generator/container/benchmark_serving.py +++ b/benchmarks/benchmark/tools/profile-generator/container/benchmark_serving.py @@ -912,7 +912,8 @@ def is_expression_of_t(input_str): " start. If set to 'inf', all requests are sent at time 0." " Otherwise, the function is interpreted to generate a Poisson" " process for request arrival times based on the provided rate" - " expression." + " expression. Current value emitted as the following prometheus" + " metric: 'LatencyProfileGenerator:request_rate'" ), ) parser.add_argument("--seed", type=int, default=int(time.time()))