Aryan Gupta
Aryan Gupta

Reputation: 39

Not able to populate AWS Glue ETL Job metrics

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

Answers (3)

swapnil bhoite
swapnil bhoite

Reputation: 39

Upvotes: 1

Shubham Jain
Shubham Jain

Reputation: 5526

While running the job enable the metrics option under monitoring tab.

Upvotes: 0

Shirui Xu
Shirui Xu

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

Related Questions