Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jaredledvina/datadog-dte-outage
- Owner: jaredledvina
- License: mit
- Created: 2023-02-27T22:08:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T20:46:55.000Z (over 1 year ago)
- Last Synced: 2024-11-29T19:47:55.975Z (about 2 months ago)
- Language: Python
- Size: 68.4 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```