speakeasy-api/gram · Archived

datadog

Use Datadog MCP tools to investigate logs, metrics, traces, and incidents for the Gram project. Activate when the user asks about errors, performance issues, incidents, latency, or wants to search telemetry data.

First seen May 16, 2026

Installation

$ npx skills add speakeasy-api/gram --skill datadog

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from speakeasy-api/gram · top by installs.

npx skills add speakeasy-api/gram

Browse all from speakeasy-api/gram

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 256
License LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,909 B
  • docs SUMMARY.md 227 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Datadog Observability — Gram Project

Gram Services

Always filter by the relevant service(s) when querying Datadog:

Service Description
gram Dashboard frontend (RUM)
gram-dashboard Dashboard backend
gram-server Main backend API server
gram-worker Temporal worker
fly Fly.io — where Gram Functions logs are collected

Available Tools

Use only the following Datadog MCP tools unless the user explicitly asks for others:

Logs

  • mcpdatadog-mcpsearchdatadoglogs — Search and filter log events
  • mcpdatadog-mcpanalyzedatadoglogs — Analyze log patterns and aggregate stats

Metrics

  • mcpdatadog-mcpgetdatadogmetric — Get a specific metric's time-series data
  • mcpdatadog-mcpgetdatadogmetric_context — Get context and metadata for a metric
  • mcpdatadog-mcpsearchdatadogmetrics — Search available metrics by name

Traces & Spans

  • mcpdatadog-mcpgetdatadogtrace — Get a specific trace by ID
  • mcpdatadog-mcpsearchdatadogspans — Search spans (useful for latency investigation)

Incidents & Monitors

  • mcpdatadog-mcpsearchdatadogincidents — Search active/recent incidents
  • mcpdatadog-mcpgetdatadogincident — Get details for a specific incident
  • mcpdatadog-mcpsearchdatadogmonitors — Find monitors and their current state

RUM & Events

  • mcpdatadog-mcpsearchdatadogrum_events — Search Real User Monitoring events (frontend errors, sessions)
  • mcpdatadog-mcpsearchdatadogevents — Search Datadog events stream

Services & Infrastructure

  • mcpdatadog-mcpsearchdatadogservices — Discover services in APM
  • mcpdatadog-mcpsearchdatadogservice_dependencies — View service dependency map

Guidelines

  • Always scope queries to one or more Gram services using the service filter when available.
  • Start narrow, expand if needed: Query a 15–30 minute window first, then widen.
  • For error investigations: start with searchdatadoglogs, filter by status:error, then follow trace IDs with getdatadogtrace.
  • For latency issues: use searchdatadogspans with service:<name> and sort by duration.
  • For frontend issues: prefer searchdatadogrum_events for gram.
  • For incidents: check searchdatadogincidents first before deep-diving into logs.