Skip to content

Commit

Permalink
Merge pull request #11 from BIBSYSDEV/fixing-widget-name
Browse files Browse the repository at this point in the history
Fixing widget name
  • Loading branch information
torbjokv authored Sep 2, 2024
2 parents 426e56c + 8de73b3 commit 1a628d2
Showing 1 changed file with 3 additions and 3 deletions.
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 1a628d2

Please sign in to comment.