mcp-server-datadog

by winor30
Verified

get_metrics

Extract metrics data from Datadog by specifying a query and time range using this tool. Access and analyze system performance metrics for effective monitoring.

Instructions

Get metrics data from Datadog

Input Schema

NameRequiredDescriptionDefault
fromYesStart time in epoch seconds
queryYesDatadog metrics query string. e.g. "avg:system.cpu.user{*}
toYesEnd time in epoch seconds

Input Schema (JSON Schema)

{ "properties": { "from": { "description": "Start time in epoch seconds", "type": "number" }, "query": { "description": "Datadog metrics query string. e.g. \"avg:system.cpu.user{*}", "type": "string" }, "to": { "description": "End time in epoch seconds", "type": "number" } }, "required": [ "from", "to", "query" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-server-datadog

Related Tools

ID: bu8gtzkwfr