Search code examples
google-cloud-platformstackdrivergoogle-cloud-monitoring

GCP Monitoring can't get metrics from asia-southeast1-b


I've several GCE instances located two zone: asia-southeast1-b and us-east4-c. All instances have already install stackdriver agent. In metrics explorer, I can't find asia-southeast1-b in CPU load metric:

enter image description here

But CPU Usage is OK:

enter image description here

What's wrong with this?


Solution

  • I've fixed this error by adding Monitoring Metric Writer permission to the service account.

    https://stackoverflow.com/a/45068262/380774