Skip to main content

Module datadog

Module datadog 

Source
Expand description

Datadog API integration: read-only HTTP client and helpers.

Provides a thin reqwest wrapper around the Datadog REST APIs for metrics, monitors, dashboards, and logs. Phase 1 covers authentication only; endpoint families land in subsequent slices.

Modulesยง

auth
Datadog credential management.
client
Datadog REST API client.
dashboards_api
Datadog Dashboards API wrapper.
downtimes_api
Datadog Downtimes API wrapper.
error
Error types for Datadog operations.
events_api
Datadog Events API wrapper.
hosts_api
Datadog Hosts API wrapper.
logs_api
Datadog Logs API wrapper.
metrics_api
Datadog Metrics API wrapper.
metrics_catalog_api
Datadog Metric Catalog API wrapper.
monitors_api
Datadog Monitors API wrapper.
slo_api
Datadog SLO API wrapper.
time
Time-range parsing for Datadog CLI commands.
types
Shared response types for the Datadog API.