The catalogue/Datadog

Datadog

app.datadog

Monitor metrics, logs, incidents, and dashboards with Datadog

API keydevopsRead the source
Version2.0.0
Categorydevops
AuthAPI key
Tools11
Transportstdio
LicenceMIT
01

What it does

The app, in its own words.

Datadog monitoring — query metrics, list monitors, manage incidents, search logs, and check service status.

datadogmonitoringmetricslogsapm
02

Tools

11 tools the agent can call.

Every one is declared with typed parameters and returns structured results, so the host can render them instead of narrating them.

  • create_monitorCreate a new Datadog monitor. Specify the monitor type, query, name, and optional notification message.
  • get_dashboardGet detailed information about a specific Datadog dashboard by its ID.
  • get_incidentGet detailed information about a specific Datadog incident by its ID.
  • get_monitorGet detailed information about a specific Datadog monitor by its ID.
  • list_dashboardsList dashboards from your Datadog account. Optionally limit the number of results.
  • list_downtimesList scheduled downtimes from your Datadog account. Optionally filter to only show currently active downtimes.
  • list_incidentsList incidents from Datadog. Supports pagination via page size and offset.
  • list_monitorsList monitors from your Datadog account. Supports filtering by name and tags, with pagination.
  • mute_monitorMute a Datadog monitor by ID. Optionally specify an end timestamp for the mute period.
  • query_metricsQuery time-series metrics from Datadog. Requires a metric query string and a time range (epoch seconds).
  • search_logsSearch log events in Datadog. Supports query filtering, time range, pagination, and sorting.
03

Auth and permissions

What it asks for.

Declared in the manifest, in advance. The app cannot reach anything it did not ask for here.

User secrets

API_KEYAPP_KEY

Reading further

The manifest and the source for Datadog live in the monorepo, alongside the other apps.

Read the sourceBack to the catalogue

Datadog · Agent Apps