1

Is there a way to send notifications when an error happens in Dataflow ?

Is it possible to integrate it with something like Sentry ?

Or maybe with Stackdriver or Google Cloud's error reporting service ?

4

1 回答 1

1

我相信可以通过以下配置:

  • 数据流日志会流式传输到 Google Cloud Logging。
  • 在 Google Cloud Logging 中创建基于自定义日志的指标。
  • 根据基于日志的自定义指标在 Google Cloud Monitoring (Stackdriver) 中创建警报政策。
于 2016-12-17T08:18:52.087 回答