This repo contains various modules that can be reused within individual customer terraform repos.
Resources Provided:
- (Resource Dataset):
System/custom/Datastream
- (Resource Dataset):
System/custom/Datastream Tokens
- (Metrics Dataset):
System/custom/Ingest Metrics
- (Monitor w/ Email):
System/custom/Excessive Ingest Alert
- (Dashboard):
System/custom/Ingest by Token
Usage:
module "ingest-monitoring" {
# Must use HTTPS notation
source = "github.com/observeinc/shared-content-modules//modules/ingest-monitoring"
workspace = data.observe_workspace.default
ingest_alert_recipients = [
"wade@observeinc.com",
"wade.moore@observeinc.com"
]
}