Skip to content

Commit 3796ecf

Browse files
committed
remove counter
Signed-off-by: Praneeth Bedapudi <[email protected]>
1 parent a80a239 commit 3796ecf

File tree

3 files changed

+1
-85
lines changed

3 files changed

+1
-85
lines changed

fastdeploy/_monitor.py

-76
This file was deleted.

fastdeploy/_rest.py

-8
Original file line numberDiff line numberDiff line change
@@ -255,14 +255,6 @@ def on_get(self, req, resp):
255255
) / requests_received_in_last_x_seconds_that_are_successful
256256

257257
prometheus_text = f"""
258-
# HELP total_predictor_run_for_hours Total hours the predictor has been actively running predictions since start.
259-
# TYPE total_predictor_run_for_hours counter
260-
total_predictor_run_for_hours {_utils.GLOBAL_METRICS_INDEX["total_predictor_run_for_hours"]}
261-
262-
# HELP total_predictor_up_for_hours Total hours the predictor has been up since start.
263-
# TYPE total_predictor_up_for_hours counter
264-
total_predictor_up_for_hours {_utils.GLOBAL_METRICS_INDEX["total_predictor_up_for_hours"]}
265-
266258
# HELP requests_received_in_last_x_seconds The number of requests received in last {_LAST_X_SECONDS} seconds.
267259
# TYPE requests_received_in_last_x_seconds gauge
268260
requests_received_in_last_x_seconds {requests_received_in_last_x_seconds}

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
1919
AUTHOR = "BEDAPUDI PRANEETH"
2020
REQUIRES_PYTHON = ">=3.6.0"
21-
VERSION = "3.0.26"
21+
VERSION = "3.0.27"
2222

2323
# What packages are required for this module to be executed?
2424
REQUIRED = ["falcon", "liteindex==0.0.3.2.dev4", "zstandard", "gunicorn[gevent]", "msgpack"]

0 commit comments

Comments
 (0)