Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keisku/ddmisc
The example collection for Datadog
https://github.com/keisku/ddmisc
Last synced: 28 days ago
JSON representation
The example collection for Datadog
- Host: GitHub
- URL: https://github.com/keisku/ddmisc
- Owner: keisku
- Created: 2021-12-14T07:58:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T22:05:05.000Z (over 2 years ago)
- Last Synced: 2024-06-22T16:54:18.749Z (5 months ago)
- Language: Go
- Homepage:
- Size: 147 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ddmisc
ddmisc is the collection of exampls of Datadog for PERSONAL use.
## Tools
- [Go](https://github.com/golang/go) to run scripts. [Installation guide](https://go.dev/doc/install).
- [Docker](https://www.docker.com/) to run containers. [Installation guide](https://docs.docker.com/get-docker/).## Guide
After cloning this repository, run this command to configure API/APP keys for Datadog.
```bash
cp .env.example .env
```