Skip to content

Commit

Permalink
fix: add missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOrangePuff committed Jul 10, 2024
1 parent 347b6a9 commit c0d316e
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 c0d316e

Please sign in to comment.