google-cloud-platform - 限制对 Google 监控中特定仪表板的访问

标签 google-cloud-platform google-cloud-iam google-cloud-monitoring

是否可以创建只能访问特定 Google 监控信息中心的 GCP IAM 用户?我想这应该可以通过 conditional role bindings ,但监控仪表板不是受支持的资源。

还有其他方法可以实现这一目标吗?

最佳答案

正如 @Kamelia Y 所提到的,目前此类功能尚不可用,并且公共(public)跟踪器中有一个功能请求:https://issuetracker.google.com/147039227


There is not an available workaround for real-time separation of metrics.

However, a project owner can achieve this separation via exporting their metrics manually and sending the appropriate information to the appropriate user. Here are two examples of exporting Stackdriver Monitoring metrics using App Engine/PubSub [1] or using Colab/Monitoring API [2]. Both use BigQuery to query the data and Cloud Scheduler to automate exporting the information.

关于google-cloud-platform - 限制对 Google 监控中特定仪表板的访问,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61869447/

相关文章:

go - 使用GO导航时如何使用Context?

google-cloud-platform - 为 GKE 中的容器创建包含 'monitoring_v3' 的自定义指标时出错

google-cloud-platform - 如何获取发送到 Google Cloud Logging 的所有 stderr 日志的通知?

google-cloud-platform - 如何通过日志查询获取最近1小时的日志结果?

google-cloud-platform - GCloud 终端 : unable to exit

kubernetes - 使用 JSON key 文件的身份验证方法 : unauthorized: GCR login failed

docker - 我无法在GCP Compute Engine上访问我的Docker容器

google-cloud-platform - 如何从没有外部 IP 的 GCE VM 读取存储桶?

google-cloud-platform - Google 功能 HTTP 触发器 - 身份验证问题服务器到具有服务帐户的服务器

google-cloud-storage - Google Cloud API Gateway 端点如何从 Cloud Storage 文件传送数据?