From 3f7761d8f0a42d85cdf365cb81bce5fbcbacdcaf Mon Sep 17 00:00:00 2001 From: Yingge He <157551214+yinggeh@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:44:50 -0800 Subject: [PATCH] Update src/metric_model_reporter.h Co-authored-by: GuanLuo <41310872+GuanLuo@users.noreply.github.com> --- src/metric_model_reporter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/metric_model_reporter.h b/src/metric_model_reporter.h index 5ca1e7d9b..b262fc8f7 100644 --- a/src/metric_model_reporter.h +++ b/src/metric_model_reporter.h @@ -80,8 +80,8 @@ struct MetricReporterConfig { private: // Maps the metric family fullname to its lookup key. This field is required - // to find the lookup key given its fullname when users specify in the custom - // metric configuration "ModelMetrics". + // because the users are expected to configure metric configuration "ModelMetrics" + // with the full name displayed from metrics reporting while a different name is used internally . // All new histograms must update the map. const std::unordered_map metric_map_ = { {"nv_inference_first_response_histogram_ms", kFirstResponseHistogram}};