問題タブ [monitoring-query-language]
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.
google-cloud-platform - Stackdriver モニタリング チャートの算術演算
サービスが提供するカスタム指標用の Stackdriver ダッシュボードをセットアップしようとしています。
特にcustom/grpc/time_ms
、ゲージであり、status
ラベルが付いている一般的なメトリックから始めています。グラフを設定して、メトリクスの成功率をアラートで表示できるようにしたいと考えています ( のようなものcount:custom/grpc/time_ms{status:OK} / count:custom/grpc/time_ms{*}
)。
以前のプロジェクトでは Datadog を使用しましたが、非常に簡単に実行できました。しかし、UI にも Stackdriver のドキュメントにも同様の機能はありません。それで、それが文書化されていないのか、単にサポートされていないのか疑問に思っていましたか?