Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```