Skip to content

Commit

Permalink
reverting widget name update
Browse files Browse the repository at this point in the history
  • Loading branch information
truhacevkir committed Sep 2, 2024
1 parent 426e56c commit 01b2e58
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions .idea/checkstyle-idea.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ public class UpdateDashboardHandler implements RequestHandler<CloudFormationCust
"filter @message like /\"status\"\\s*:\\s*\"4\\d{2}\"/";
public static final String API_GATEWAY_5XX_ERROR_LOG = "5XX API Gateway Error logs";
public static final String API_GATEWAY_4XX_ERROR_LOG = "4XX API Gateway Error logs";
public static final String API_REQUEST_COUNT_WIDGET_NAME = "API request count";
public static final String API_ERRORS_4XX_WIDGET_NAME = "4XX API Errors";
public static final String API_ERRORS_5XX_WIDGET_NAME = "5XX API Errors";
public static final String API_REQUEST_COUNT_WIDGET_NAME = "Count";
public static final String API_ERRORS_4XX_WIDGET_NAME = "4XXError";
public static final String API_ERRORS_5XX_WIDGET_NAME = "5XXError";
private final CloudWatchClient cloudWatchClient;
private final CloudWatchLogsClient cloudWatchLogsClient;
private final String dashboardName;
Expand Down

0 comments on commit 01b2e58

Please sign in to comment.