Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yinggeh committed Nov 5, 2024
1 parent a3a5e2f commit 3ae2fb3
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 @@ -1894,7 +1894,7 @@ message ModelMetrics
//@@ .. cpp:var:: string family
//@@
//@@ The name of the metric family to override with the custom value.
//@@ Check the list of supported metric families
//@@ All core histogram metrics reported by Triton are customizable.
//@@
// https://github.com/triton-inference-server/server/blob/main/docs/user_guide/metrics.md#histograms
//@@
Expand All @@ -1910,7 +1910,8 @@ message ModelMetrics
//@@ .. cpp:var:: double buckets (repeated)
//@@
//@@ Repeated double type in ascending order for histogram bucket
//@@ boundaries. For example: [ -5.0, -2, 0, 3.5, 5 ].
//@@ boundaries. Each value represents a bucket range less than or
//@@ equal to itself. For example, [ -5.0, -2, 0, 3.5, 5 ].
//@@
repeated double buckets = 1;
}
Expand Down

0 comments on commit 3ae2fb3

Please sign in to comment.