Read/Write 个来自 Datastore 的指标

Read/Write metrics from Datastore

有没有办法获取详细的 Datastore 指标?我对读写一种历史数据很感兴趣。我希望直观地看到堆栈发生变化时 Datastore 是如何使用的。

您可以在 official documentation 中查看为 Datastore 提供的指标列表:

  • api/request_count
  • entity/read_sizes
  • entity/write_sizes
  • index/write_count

观察它们的直接方法是使用 Stackdriver Monitoring > Resources > Metrics Explorer > Find resource type and metric。