unfault 0.8.0

Unfault — a cognitive context engine for thoughtful engineers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Datadog integration — SLO provider.
//!
//! Fetches SLOs from the Datadog API using API key authentication.
//!
//! ## Credentials
//!
//! - `DD_API_KEY` — Datadog API key
//! - `DD_APP_KEY` — Datadog application key
//! - `DD_SITE` — optional site override (default: `datadoghq.com`, use
//!   `datadoghq.eu` for EU region)

pub mod slo;