Skip to content

Commit a80a239

Browse files
committed
remove extra space in metrics
Signed-off-by: Praneeth Bedapudi <[email protected]>
1 parent 50abf95 commit a80a239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastdeploy/_rest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def on_get(self, req, resp):
260260
total_predictor_run_for_hours {_utils.GLOBAL_METRICS_INDEX["total_predictor_run_for_hours"]}
261261
262262
# HELP total_predictor_up_for_hours Total hours the predictor has been up since start.
263-
# TYPE total_predictor_up_for_hours counter
263+
# TYPE total_predictor_up_for_hours counter
264264
total_predictor_up_for_hours {_utils.GLOBAL_METRICS_INDEX["total_predictor_up_for_hours"]}
265265
266266
# HELP requests_received_in_last_x_seconds The number of requests received in last {_LAST_X_SECONDS} seconds.

0 commit comments

Comments
 (0)