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?

1 Answer
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
SUPPORT ENGINEER
answered 13 days ago
profile picture
EXPERT
reviewed 13 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions