opencensus stats python stackdriver exporter 可以在 python 2 应用引擎标准环境中使用吗?
Can the opencensus stats python stackdriver exporter be used in the python 2 app engine standard environment?
In the docs it says to install a cloud client library (pip install google-cloud-monitoring). However the cloud client libraries aren't available in the python2 standard environment on app engine, described here.
要使用 stackdriver 导出器,您是否必须使用 beta python 3 运行时?
是的,这仅适用于新的 Python 3.7 运行时。
In the docs it says to install a cloud client library (pip install google-cloud-monitoring). However the cloud client libraries aren't available in the python2 standard environment on app engine, described here.
要使用 stackdriver 导出器,您是否必须使用 beta python 3 运行时?
是的,这仅适用于新的 Python 3.7 运行时。