python - opencensus stats python stackdriver 导出器可以在 python 2 app engine 标准环境中使用吗?

标签 python google-app-engine google-cloud-platform opencensus

In the docs它说要安装云客户端库(pip install google-cloud-monitoring)。但是,云客户端库在应用程序引擎上的 python2 标准环境中不可用,described here .

要使用 stackdriver 导出器,是否必须使用 beta python 3 运行时?

最佳答案

是的,这仅在新的 Python 3.7 运行时中可用。

关于python - opencensus stats python stackdriver 导出器可以在 python 2 app engine 标准环境中使用吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53345865/

相关文章:

google-cloud-platform - 如何从 Cloud Function 调用其他 Google API?

google-cloud-platform - 如何使用 Google NLP 在单个注释中提取多个标签文本项

python - 如何用PIL改变图像的像素颜色?

python - 合并长度大于2的字典列表元素

google-app-engine - 应用引擎 : Static Files Not Updating on Deploy

python - 无法访问 GAE 的本地管理控制台

python - 在 App Engine 开发服务器上使用 SQLAlchemy

python - ValueError : Setting a random_state has no effect since shuffle is False. 您应该将 random_state 保留为其默认值(无),或设置 shuffle=True

python - 类型错误 : histogram() got an unexpected keyword argument 'new'

javascript - 如何使用GAE仅刷新部分页面