Skip to content

Commit

Permalink
Adding fastly bestsellers to sumo logic (SumoLogic#173)
Browse files Browse the repository at this point in the history
* adding best seller logs for monitoring.

* adding new line

* typo
  • Loading branch information
maraula committed Jan 15, 2021
1 parent dc62d77 commit 2fc755a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion terraform/collectors.tf
Original file line number Diff line number Diff line change
Expand Up @@ -211,4 +211,12 @@ module "nytimes-care-eks-cluster" {

name = "nytimes/care-eks-cluster"
env = var.env
}
}

# fastly-bestsellers Collectors
module "nytm-fastly-bestsellers" {
source = "../modules/collector"

name = "nytm-fastly-bestsellers"
env = var.env
}

0 comments on commit 2fc755a

Please sign in to comment.