# Datadog SLO Monitor

> Monitors Datadog Service Level Objectives and burn rate alerts via the Datadog API v2. Generates SLO compliance reports and triggers remediation workflows when error budgets are exhausted.

- Skill: `agentskillexchange/datadog-slo-monitor` (Agent Skill)
- Install (CLI): `npx skillmds add agentskillexchange/datadog-slo-monitor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentskillexchange/datadog-slo-monitor/raw
- Safety review: CAUTION (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs, DevOps & Infra, Monitoring & Observability
- Tags: Api V2, Burn Rate, Datadog, Dd Trace, Monitoring, Slo
- Author: agentskillexchange (https://skillmd.com/u/agentskillexchange)
- Updated: 2026-08-22
- Page: https://skillmd.com/skills/agentskillexchange/datadog-slo-monitor

---


# Datadog SLO Monitor

Monitors Datadog Service Level Objectives and burn rate alerts via the Datadog API v2. Generates SLO compliance reports and triggers remediation workflows when error budgets are exhausted.

## Installation

Use the upstream install or setup path that matches your environment:
- $ npm install dd-trace
- $ yarn add dd-trace
- $ npm install dd-trace@4 # or whatever version you need
- $ yarn add dd-trace@4 # or whatever version you need

Requirements and caveats from upstream:
- # dd-trace: Node.js APM Tracer Library
- dd-trace is an npm package that you can install in your Node.js application to capture APM (Application Performance Monitoring) data. In Datadog terminology this library is called a Tracer. This data is then sent off...
- [Tracing Node.js Applications](https://docs.datadoghq.com/tracing/languages/nodejs/) - most project documentation, including setup instructions

Basic usage or getting-started notes:
- [API Documentation](https://datadog.github.io/dd-trace-js) - method signatures, plugin list, and some usage examples

- Source: https://github.com/DataDog/dd-trace-js
- Extracted from upstream docs: https://raw.githubusercontent.com/DataDog/dd-trace-js/HEAD/README.md

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/datadog-slo-monitor/)

