aws-samples / aws-batch-runtime-monitoring

Serverless application to monitor an AWS Batch architecture through dashboards.
MIT No Attribution
56 stars 16 forks source link

Add job definition tracking in the dashboard job states #4

Closed perifaws closed 2 years ago

perifaws commented 2 years ago

We currently track the jobs states across Compute Environments and the Job Queues but not Job Definitions.

Adding this features requires pulling the data from the Jobs States events and adding a new dimension when writing the metrics. A series of widgets needs to be added to the Jobs States widgets.

perifaws commented 2 years ago

Fixed in #5