Can't find CloudWatch metrics for MWAA

0

THe MWAA environment has not been updated and the CW metrics stop last week. Is there a way to debug this issue?

질문됨 일 년 전443회 조회
1개 답변
0

There are a few places that I would start searching to debug the issue.

1.) You can check the logs from the different containers of MWAA, to see if the item is being expressed through the logs. If there is a problem stopping the metrics from getting to CloudWatch, it will most definitely be mentioned in the logs. (Networking, permissions, etc.)

2.) You can review CloudTrail, specifically for any errors occurring from the Username: AmazonMWAA-airflow, this is the username taken by the execution role. If there are API errors in CloudTrail, this could be what is stopping your metrics from being uploaded in time.

3.) Check to ensure that your installed packages aren't causing conflicts with other dependencies or the Airflow program itself. Ensure you use a constraints line as suggested in our documentation best practices 1. This ensures that no packages get installed that can conflict with Airflow packages, or other Python packages that the environment uses (this can break functionalities, and doesn't always surface right away).

AWS
Andrew
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠