Mbonea commited on
Commit
695d52f
1 Parent(s): 0fcda80

removed the json part

Browse files
Files changed (1) hide show
  1. App/Monitor/monitorRoutes.py +1 -4
App/Monitor/monitorRoutes.py CHANGED
@@ -33,7 +33,4 @@ def get_metrics():
33
  },
34
  }
35
 
36
- # Convert the dictionary to a nicely formatted JSON string
37
- json_string = json.dumps(metrics, indent=4)
38
-
39
- return json_string
 
33
  },
34
  }
35
 
36
+ return metrics