Skip to content

Commit

Permalink
remove counter
Browse files Browse the repository at this point in the history
Signed-off-by: Praneeth Bedapudi <[email protected]>
  • Loading branch information
bedapudi6788 committed Nov 1, 2024
1 parent a80a239 commit 3796ecf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 85 deletions.
76 changes: 0 additions & 76 deletions fastdeploy/_monitor.py

This file was deleted.

8 changes: 0 additions & 8 deletions fastdeploy/_rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,14 +255,6 @@ def on_get(self, req, resp):
) / requests_received_in_last_x_seconds_that_are_successful

prometheus_text = f"""
# HELP total_predictor_run_for_hours Total hours the predictor has been actively running predictions since start.
# TYPE total_predictor_run_for_hours counter
total_predictor_run_for_hours {_utils.GLOBAL_METRICS_INDEX["total_predictor_run_for_hours"]}
# HELP total_predictor_up_for_hours Total hours the predictor has been up since start.
# TYPE total_predictor_up_for_hours counter
total_predictor_up_for_hours {_utils.GLOBAL_METRICS_INDEX["total_predictor_up_for_hours"]}
# HELP requests_received_in_last_x_seconds The number of requests received in last {_LAST_X_SECONDS} seconds.
# TYPE requests_received_in_last_x_seconds gauge
requests_received_in_last_x_seconds {requests_received_in_last_x_seconds}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
EMAIL = "[email protected]"
AUTHOR = "BEDAPUDI PRANEETH"
REQUIRES_PYTHON = ">=3.6.0"
VERSION = "3.0.26"
VERSION = "3.0.27"

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

0 comments on commit 3796ecf

Please sign in to comment.