https://github.com/stelligent/mu-datadog
mu extension for Datadog
https://github.com/stelligent/mu-datadog
Last synced: 4 months ago
JSON representation
mu extension for Datadog
- Host: GitHub
- URL: https://github.com/stelligent/mu-datadog
- Owner: stelligent
- License: mit
- Created: 2018-10-16T23:42:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-07T20:14:15.000Z (over 6 years ago)
- Last Synced: 2026-02-02T08:14:37.261Z (4 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Overview
This is a [mu](https://github.com/stelligent/mu) extension to add the Datadog agent to all ECS services.
# Prerequisites
You need an API key from Datadog. If you are not currently a customer, then [signup!](https://www.datadoghq.com/aws-signup/)
Once you have the key, you need to put it into an SSM parameter for CloudFormation to access:
```
aws ssm put-parameter --name DatadogApiKey --type String --value xxxxxxxx
```
# Adding to mu
To use, add the following to your mu.yml:
```
extensions:
- url: https://github.com/stelligent/mu-datadog/archive/v0.1.zip
```