Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hazelops/terraform-datadog-monitoring
https://github.com/hazelops/terraform-datadog-monitoring
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hazelops/terraform-datadog-monitoring
- Owner: hazelops
- Created: 2020-07-13T12:41:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-09T08:11:23.000Z (over 3 years ago)
- Last Synced: 2023-10-19T10:35:49.415Z (over 1 year ago)
- Language: HCL
- Size: 43 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Terraform Datadog Monitors Module
Terraform module that creates Datadog alert monitors for latency and errors, Datadog SQS alert monitor and Datadog synthetics tests
## Description
This module provides settings:
- Create alert monitors for `latency` and `errors` in Datadog.
- Creates Datadog website synthetics `browser test`, `api test` and `api test with SSL` in Datadog.
- Create SQS alert monitor in Datadog## Usage
Before start, you should get Datadog API key and Datadog APP key from Datadog website.
To get the keys please follow this [manual](https://docs.datadoghq.com/account_management/api-app-keys/)
- to create error or alert monitors please refer to this [guide](./modules/apm/README.md)
- to create Datadog website synthetics `browser test`, `api test` and `api test with SSL` please refer to this [guide](./modules/synthetics/README.md)
- to create Datadog SQS monitor please refer to this [guide](./modules/sqs/README.md)Also you can find examples of using in [examples](./examples) folder.