This is a Singer tap that produces JSON-formatted data following the Singer spec.
This tap:
- Pulls raw data from Datadog
- Extracts the following resources:
- Outputs the schema for each resource
- Incrementally pulls data based on the input state
config.json
{
"start_month":"2019-07",
"start_hour":"2019-06-17T12",
"api_token":"DATADOG_API_KEY",
"application_key":"DATADOG_APPLICATION_KEY"}