FruxonDocs

Datadog

Monitor infrastructure, query metrics, manage monitors, and analyze logs in Datadog

The Datadog integration connects your agents to Datadog for monitoring infrastructure health, querying metrics and logs, managing monitors and incidents, and tracking SLOs.

Prerequisites

You need:

Setup

  1. Open your agent in Agent Studio
  2. In the Integrations panel, click Add Integration Config
  3. Select Datadog from the integration list
  4. Give the config a display name (e.g., "Datadog")
  5. Enter your Datadog site (e.g., datadoghq.com for US1, datadoghq.eu for EU)
  6. Enter your Application Key
  7. Enter your API Key
  8. Save the agent revision

Using in Your Agent

  1. In an Agent Step, attach Datadog tools from the tools panel
  2. Tools are referenced as datadog.list_monitors, datadog.search_logs, etc.

Available Tools

Monitors

ToolDescriptionAction Type
list_monitorsList all monitors with filtering by name, tags, and typeReadOnly
get_monitorGet details of a specific monitor including status and thresholdsReadOnly
mute_monitorMute a monitor to suppress notificationsReversible
unmute_monitorUnmute a previously muted monitorReversible

Metrics

ToolDescriptionAction Type
query_metricsQuery metric time series data for a given time rangeReadOnly
list_active_metricsList actively reporting metrics for discoveryReadOnly

Logs & Events

ToolDescriptionAction Type
search_logsSearch and filter logs using Datadog query syntaxReadOnly
list_eventsQuery the event stream with time range and filtersReadOnly

Infrastructure

ToolDescriptionAction Type
list_hostsList all monitored hosts with metadata and metricsReadOnly
list_incidentsList all incidentsReadOnly

Dashboards & SLOs

ToolDescriptionAction Type
list_dashboardsList all dashboardsReadOnly
get_dashboardGet dashboard details including widgets and layoutReadOnly
list_slosList all Service Level ObjectivesReadOnly

On this page