Skip to content

Commit

Permalink
Update metric description
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccorm4 committed Aug 24, 2023
1 parent a2ee4ab commit 722896b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metrics.cc
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Metrics::Metrics()
prometheus::BuildGauge()
.Name("nv_inference_queue_size")
.Help("Instantaneous size of request queue per-model, measured "
"with each new request.")
"when requests enter or exit the model's queue.")
.Register(*registry_)),

// Per-model cache metric families
Expand Down

0 comments on commit 722896b

Please sign in to comment.