问题标签 [google-cloud-monitoring]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
831 浏览

google-cloud-platform - 对堆栈驱动程序指标执行算术运算

这些不是自定义指标,我只是尝试添加现有的 GCP 指标。

如何在 Stack 驱动程序时间序列中添加 2 个指标?

我有两个不同的指标,我想对它们求和,所以我看到一条线——我也希望能够提醒这个求和的指标。这可能吗?

同样,我不会将指标发送到堆栈驱动程序,我会使用已经存在的现有指标来执行此操作。

0 投票
2 回答
741 浏览

stackdriver - stackdriver - 以百分比显示计数

我们目前使用自定义指标进行日志记录设置,使用 (?:HttpResponseStatus=)(...) 从我们的日志中提取 HttpResponseStatus

当它被放入仪表板时,它将显示所有不同状态代码的计数,例如 200、204

我想要解决的是,是否有可能将它们显示为 100 的百分比

例子

是否可以使用 Stackdriver 信息中心和自定义指标?日志资源类型当前为 Global

0 投票
3 回答
2315 浏览

python - from google.cloud import monitoring_v3 ImportError: cannot import name monitoring_v3

我正在尝试将 Google Cloud Platform 的 Stack Driver API 与下面的 Python/Flask 代码一起使用...

视图.py

要求.txt

无论出于何种原因,它似乎无法找到monitoring_v3库,因为每当我运行代码时,我都会收到以下错误......

我试图更新到google-cloud-monitoring==0.29.0,这只会产生另一个不相关的错误。

0 投票
1 回答
200 浏览

google-cloud-platform - 在 GCE 上安装监控代理

我正在尝试使用 Debian 9 在我的 f1-micro 实例上安装监控代理并运行 dockerised 应用程序。我正在关注https://cloud.google.com/monitoring/agent/install-agent#linux-install教程。当我执行时,sudo bash install-monitoring-agent.sh我收到一条消息Unidentifiable or unsupported platform.

我做错什么了吗?

0 投票
1 回答
850 浏览

google-cloud-dataflow - Stackdriver Monitoring: NoSuchMethodError when having a Dataflow dependency

I cannot build a simple metric from a java application using the Stackdriver Monitoring client when I have a dependency to the Google Dataflow client.

I get the exception:

on the create method:

only when I add:

as in my gradle file as a dependency.

I reported the issue to Google. In the meantime, is there a workaround?

0 投票
1 回答
201 浏览

google-cloud-platform - 如何使用 Java 提取 Google Cloud Platform VM 指标?

我想编写一个 Java 程序来提取 GCP VM 指标,例如 CPU 利用率、内存利用率、磁盘 i/o、网络、磁盘利用率等。我想按实例提取这些信息(类似于 AWS 中的 CloudWatch)。我已经在我的每个虚拟机上设置了 Stackdriver 代理。我不知道下一步该做什么。

0 投票
1 回答
1441 浏览

google-cloud-stackdriver - Stackdriver 监控 - 指标缺失

当我的实例关闭时,我正在尝试监视并获得警报。为此,我在 stackdriver 中配置了警报策略,如下所示:

指标缺失条件

违反以下情况:CPU 使用情况(GCE 监控)缺席超过 5 分钟

它仅在第一次工作,然后从未为任何停止的实例创建任何事件。我在这里想念什么?

0 投票
1 回答
121 浏览

stackdriver - 我已经达到了对 google stackdriver 的正常运行时间检查的限制。需要增加它

我已经达到了对 google stackdriver 的正常运行时间检查的限制。需要增加它。你能帮我怎么做吗?

谢谢

0 投票
1 回答
251 浏览

google-cloud-platform - 我们如何在 GCP 中使用 Stackdriver 监控来监控 DDOS 攻击

我已经启用了 VPC 流日志,但是用来捕获 DDOS 攻击的最佳过滤器可能是什么。我知道 GCP 为 DDOS 攻击预防提供了 Cloud Armor,但我想在 Stackdriver 上设置监控。

0 投票
1 回答
1340 浏览

google-cloud-platform - 使用“monitoring_v3”为 GKE 中的容器创建自定义指标时出错

我们收到以下错误

“无法写入一个或多个 TimeSeries:写入一个或多个点的频率高于为指标配置的最大采样周期。:timeSeries[0]”

当我们尝试在 GKE 中创建容器级指标时。我们正在创建自定义指标以每秒更新 app_queue 长度。它在正常情况下运行良好。但是当 Pod 扩展到超过 100 个时 - 我们会收到一些 API 调用的此错误,而且数量非常多。

问题: 我们缺少任何配额或设置吗?或创建自定义指标的一些最佳实践?

堆栈跟踪: