Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yinggeh committed Oct 31, 2024
1 parent 4e9a528 commit 69e6fa6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions protobuf/model_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1872,7 +1872,8 @@ message ModelResponseCache
//@@
//@@ .. cpp:var:: message ModelMetrics
//@@
//@@ The metrics setting of this model.
//@@ The metrics setting of this model. Consider reusing this message body
//@@ for backend metric custom configuration.
//@@
message ModelMetrics
{
Expand All @@ -1892,8 +1893,9 @@ message ModelMetrics
{
//@@ .. cpp:var:: string family
//@@
//@@ The name of the metric family to override
//@@ with the custom value.
//@@ 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
//@@
string family = 1;
}
Expand Down

0 comments on commit 69e6fa6

Please sign in to comment.