我一直在用prometheus做一个小系统来监控flask应用程序和其他应用程序(postgres数据库,linux服务器等)。一切都很顺利,但我希望在不修改代码的情况下监控我的flask应用程序。例如,对于我的应用的监控方法,我做到了:
# Create a metric to track time spent and requests made.REQUEST_TIME = Summary('request_processing_seconds', 'Time spent processing reques