Skip to content

Commit

Permalink
Update src/metric_model_reporter.h
Browse files Browse the repository at this point in the history
Co-authored-by: GuanLuo <[email protected]>
  • Loading branch information
yinggeh and GuanLuo authored Nov 4, 2024
1 parent 37a6219 commit 3f7761d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/metric_model_reporter.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<std::string, std::string> metric_map_ = {
{"nv_inference_first_response_histogram_ms", kFirstResponseHistogram}};
Expand Down

0 comments on commit 3f7761d

Please sign in to comment.