removed the json part
Browse files
App/Monitor/monitorRoutes.py
CHANGED
@@ -33,7 +33,4 @@ def get_metrics():
|
|
33 |
},
|
34 |
}
|
35 |
|
36 |
-
|
37 |
-
json_string = json.dumps(metrics, indent=4)
|
38 |
-
|
39 |
-
return json_string
|
|
|
33 |
},
|
34 |
}
|
35 |
|
36 |
+
return metrics
|
|
|
|
|
|