El catálogo/Datadog

Datadog

app.datadog

Monitor metrics, logs, incidents, and dashboards with Datadog

Clave de APIdevopsLeer el código
Versión2.0.0
Categoríadevops
AutenticaciónClave de API
Herramientas11
Transportestdio
LicenciaMIT
01

Qué hace

La aplicación, en sus propias palabras.

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

datadogmonitoringmetricslogsapm
02

Herramientas

11 herramientas que el agente puede llamar.

Todas se declaran con parámetros tipados y devuelven resultados estructurados, así que el anfitrión puede renderizarlas en vez de narrarlas.

  • 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

Autenticación y permisos

Qué pide.

Declarado en el manifiesto y por adelantado. La aplicación no puede alcanzar nada que no haya pedido aquí.

Secretos de usuario

API_KEYAPP_KEY

Seguir leyendo

El manifiesto y el código de Datadog están en el monorepo, junto al resto de aplicaciones.

Leer el códigoVolver al catálogo

Datadog · Agent Apps