Skip to main content

Module client

Module client 

Source
Expand description

Datadog REST API client.

Thin reqwest wrapper that injects the DD-API-KEY and DD-APPLICATION-KEY headers on every request and retries 429 responses via the shared retry_429 driver (which honours Retry-After / X-RateLimit-Reset).

Structsยง

DatadogClient
HTTP client for Datadog REST APIs.