Wrapper around Prometheus lib to interface with Datadog. We use prometheus because: - Future-proofing as it's uses the general open metrics format. - Prometheus makes it's metrics available to a scraper to it lends itself better to the OSS set up. - Datadog automatically converts promethues metrics into dd metrics so we don't lose much.
5 lines
72 B
JSON
5 lines
72 B
JSON
{
|
|
"api_key": "test-api-key",
|
|
"start_date": "2020-12-12T00:00:00Z"
|
|
}
|