Skip to content

Commit

Permalink
Merge pull request #1391 from aligent/feature/DO-1680-add-dashboard
Browse files Browse the repository at this point in the history
fix: add missing quote
  • Loading branch information
TheOrangePuff authored Jul 10, 2024
2 parents a2e872c + c0d316e commit 107edda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/prerender-fargate/lib/monitoring.ts
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ export class PerformanceMetrics extends Construct {
width: 12,
height: 17,
queryString:
"fields @timestamp, status, time, path | filter level like 'render' and status not like '401",
"fields @timestamp, status, time, path | filter level like 'render' and status not like '401'",
logGroupNames: [props.logGroup.logGroupName],
view: LogQueryVisualizationType.TABLE,
});
Expand Down

0 comments on commit 107edda

Please sign in to comment.