Skip to content

Some terraform to help template an ingest monitor and dashboard with the related datasets needed.

Notifications You must be signed in to change notification settings

observeinc/shared-content-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Shared Observe Content Repo

This repo contains various modules that can be reused within individual customer terraform repos.

ingest-monitoring

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"
  ]
}

About

Some terraform to help template an ingest monitor and dashboard with the related datasets needed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages