Skip to content

Commit 04c958d

Browse files
committed
Update comment to remove internal function name
1 parent 055ad5d commit 04c958d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/epp/metrics/metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ var (
412412
prometheus.GaugeOpts{
413413
Subsystem: InferenceExtension,
414414
Name: "flow_control_queue_bytes",
415-
Help: metricsutil.HelpMsgWithStability("Current number of bytes associated with requests actively managed by the EPP flow control layer, from the start of the EnqueueAndWait call until a final outcome is reached.", compbasemetrics.ALPHA),
415+
Help: metricsutil.HelpMsgWithStability("Current number of bytes associated with requests actively managed by the EPP flow control layer.", compbasemetrics.ALPHA),
416416
},
417417
append([]string{"fairness_id", "priority", "inference_pool"}, ModelLabels...),
418418
)

0 commit comments

Comments
 (0)