MSK Connector status monitoring

0

Hi Team,

We've MSK connectors (source and sink) created in AWS which are now Running and working fine. We want to create a Cloudwatch alarm if any of them are not in "Running" status. I went through https://docs.aws.amazon.com/msk/latest/developerguide/mkc-monitoring-overview.html but I don't see there's any Metrics named "status". Please tell me how can I monitor the running status of these connectors?

Udit
質問済み 1ヶ月前141ビュー
1回答
0

As per the given article [1], you can setup alarm on "RunningTaskCount" metrics. Once it fails, the connector will auto change to Failed status.

A few key metrics to monitor from CloudWatch metrics for your connector:

ErroredTaskCount: The number of tasks that have errored out. RunningTaskCount: The running number of tasks in the connector. WorkerCount: The number of workers that are running in the connector.

[1] Monitoring MSK Connect - https://docs.aws.amazon.com/msk/latest/developerguide/mkc-monitoring-overview.html

AWS
サポートエンジニア
回答済み 1ヶ月前
profile picture
エキスパート
レビュー済み 1ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ