Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jaredledvina/datadog-dte-outage

Simple DTE outage scraper to Datadog metrics
https://github.com/jaredledvina/datadog-dte-outage

Last synced: 3 days ago
JSON representation

Simple DTE outage scraper to Datadog metrics

Awesome Lists containing this project

README

        

# datadog-dte-outage

This is a small Python script that scrapes the data availabe from https://outagemap.dteenergy.com
and emits it as custom metrics to [Datadog](https://datadoghq.com). It requires
at least a free Datadog account to send metrics to.

## Dashboard

A public Datadog [dashboard built off of this data is available here.](https://p.datadoghq.com/sb/Qy0hiX-3acdca1f90d92099ce8c47cea4059955?theme=dark)

## Usage

If you would like to run your own copy, it's as simple as:

```
export DD_APP_KEY='
export DD_API_KEY='
pipenv run ./main.py
```