1

I have a log-based metric that tracks a specific error condition by looking for some string message (ie. "core dump"). I have multiple groups that track different groups of server I have (ie. "group1", "group2", etc.)

I'd to create alerts to look for this log-based metrics for each group. For example, an alert would be generated for each server group ("core dump on group1", "core dump on group2", etc.)

In the Target tab when creating alerts, it lets me target instances but only doesn't let me specify log-based metrics in the configuration. If I choose log-based metric as the target, it doesn't let me limit it to specific groups.

Is there a better way to do this?

4

1 に答える 1

1

ログベースの指標が Stackdriver Logging を終了すると、それらはすでに集約されており、エントリの元となったリソースに関する情報は維持されていないため、アラート目的で指標を再度分割することはできません。

別の方法として、関心のあるグループごとに個別のログベースの指標を作成することもできます。残念ながら、この記事の執筆時点では、ネイティブ グループのサポートはまだ Stackdriver 全体に反映されていないため、基準を再現する必要があります。フィルター定義でグループを定義するために使用します。

Stackdriver をお試しいただきありがとうございます。また、ベータ版のラフ エッジについてご理解いただきありがとうございます。=)

于 2016-04-06T14:46:56.573 に答える