Skip to content

Commit

Permalink
metric namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
prenagha committed Aug 23, 2024
1 parent b5d77ef commit aa06279
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/src/main/java/com/renaghan/todo/IndexController.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
public class IndexController {

@GetMapping
@RequestMapping("/")
public String getIndex() {
return "index";
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

class CloudWatchDashboard {

private static final String METRIC_NAMESPACE = "stratospheric";
private static final String METRIC_NAMESPACE = "todo-app";

private final CDKApp app;
private final Stack stack;
Expand Down

0 comments on commit aa06279

Please sign in to comment.