Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yinggeh committed Nov 4, 2024
1 parent 376f252 commit 9aae276
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions protobuf/model_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1896,7 +1896,7 @@ message ModelMetrics
//@@ The name of the metric family to override with the custom value.
//@@ Check the list of supported metric families
//@@
// https://github.com/triton-inference-server/server/blob/main/docs/user_guide/metrics.md#histograms
//@@ https://github.com/triton-inference-server/server/blob/main/docs/user_guide/metrics.md#histograms
//@@
string family = 1;
}
Expand All @@ -1909,7 +1909,8 @@ message ModelMetrics
{
//@@ .. cpp:var:: double buckets (repeated)
//@@
//@@ Repeated double type for histogram bucket boundaries.
//@@ Repeated double type in ascending order for histogram bucket
//@@ boundaries. For example: [ -5.0, -2, 0, 3.5, 5 ].
//@@
repeated double buckets = 1;
}
Expand Down

0 comments on commit 9aae276

Please sign in to comment.