Reputation: 39
I am trying to populate maximum possible Glue job metrics for some testing, below is the setup I have created:
The job is running without any issue and i am able to see final data getting dumped into Redshift table, however, in the end, only below 5 Cloudwatch metrics are being populated:
There are approximately 20 more metrics which are not getting populated.
Any suggestions on how to populate those remaining metrics as well?
Upvotes: 2
Views: 3243
Reputation: 39
Upvotes: 1
Reputation: 5526
While running the job enable the metrics option under monitoring tab.
Upvotes: 0
Reputation: 1
Met the same issue. Does your glue.s3.filesystem.read_bytes and glue.s3.filesystem.write_bytes have any data?
One possible reason is that the AWS Glue job metrics not emitted if job completes in less then 30 sec
Upvotes: 0