将自定义指标推送到Google Stackdriver时出错

时间:2018-02-05 16:06:14

标签: stackdriver google-cloud-stackdriver

我在尝试将自定义指标从我的代码推送到Google Stackdriver时出现以下错误。我正在使用Java SDK。

Caused by: io.grpc.StatusRuntimeException: INVALID_ARGUMENT: Unknown metric: custom.googleapis.com/jvm/heap/used (cannot auto-create custom metric descriptors without a Stackdriver account). at io.grpc.Status.asRuntimeException(Status.java:526)

1 个答案:

答案 0 :(得分:1)

解决方案是打开Stackdriver Monitoring并添加代理程序代码在其下运行的项目。这意味着要么创建新的SD监控项目,要么将GCP项目添加到现有的SD监控项目中。一个单一的SD监控项目可以与多个GCP项目相关联。