Agentic Service Discovery

Resources

D

Datadog

by Datadog, Inc.

Connect agents to Datadog to query metrics, send events, search logs, and manage monitors.

MonitoringPaidAPI keymonitoringobservabilitymetricslogsapmdashboardsalerts

How agents use Datadog

  • Emit custom metrics from agent workflows to track performance and costs
  • Search logs to investigate production incidents autonomously
  • Post events to Datadog when agent pipelines complete or fail
  • Monitor alert states to decide whether to escalate incidents
  • Mute monitors during planned maintenance triggered by agent workflows

Agent actions

Submit MetricSend custom metrics to Datadog

Inputs: metricName, value, metricType, tags, host

Returns: success, status

Query MetricsQuery timeseries metric data from Datadog

Inputs: query, from, to

Returns: series, from, to, groupBy

Create EventPost an event to the Datadog event stream

Inputs: title, text, alertType, tags, host

Returns: eventId, url

Search LogsSearch and filter log data in Datadog

Inputs: query, from, to, limit, sort

Returns: logs, total

Send LogSend log entries to Datadog

Inputs: message, service, hostname, ddtags, level

Returns: success

List MonitorsRetrieve monitors and their current status

Inputs: query, monitorStates

Returns: monitors, total

Mute MonitorMute a monitor for a specified duration

Inputs: monitorId, end, message

Returns: success, mutedUntil

Example workflows

1

Agent performance tracking

Track agent task durations, success rates, and errors as custom Datadog metrics

2

Log-based anomaly detection

Query recent error logs and use AI to identify unusual patterns

About Datadog

Vendor
Datadog, Inc.
Pricing Always review details with the vendor
PaidDatadog is primarily a paid product. 14-day free trial. Infrastructure starts at $15/host/month.
Authentication
API key
Rate limit Always review details with the vendor
300 requests / minute
Compatible nodes
AgentResourceInputOutput

Build an AI workflow with Datadog

Use the Agentic Planner to design, visualize, and connect Datadog with your other tools.

Open Agentic Planner

Related Monitoring tools