Skip to content

Commit

Permalink
fix: update dashboard metric name
Browse files Browse the repository at this point in the history
  • Loading branch information
drduhe committed Sep 25, 2024
1 parent fc2cb85 commit 4f1686a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/osml/model_runner/mr_monitoring.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export class MRMonitoring extends Construct {
"fields job_id as Job, request.image_url as Image, request.model_name as Model, status as Status, ",
' concat(request.region_success, "/", request.region_count) as Regions, request.region_error as Failures,',
" fromMillis(request.start_time) as Start, fromMillis(request.end_time) as End",
'filter message = "StatusMonitorUpdate" and status in ["SUCCESS", "FAILED"]',
'filter message = "ImageStatusMonitorUpdate" and status in ["SUCCESS", "FAILED"]',
"sort @timestamp desc",
"limit 50"
]
Expand Down

0 comments on commit 4f1686a

Please sign in to comment.