Datadog MCP Server

search_spans

Search Datadog trace spans using a customizable query, time range, and pagination to analyze and retrieve monitoring data efficiently.

Instructions

Datadogのトレースspanを検索するツール

Input Schema

NameRequiredDescriptionDefault
filterFromNo検索開始時間(UNIXタイムスタンプ、秒単位、オプション、デフォルトは15分前)
filterQueryNo検索するためのクエリ文字列(オプション、デフォルトは「*」)*
filterToNo検索終了時間(UNIXタイムスタンプ、秒単位、オプション、デフォルトは現在時刻)
pageCursorNo次のページを取得するためのカーソル(オプション)
pageLimitNo取得するスパンの最大数(オプション、デフォルトは25)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filterFrom": { "default": 1745805204.364, "description": "検索開始時間(UNIXタイムスタンプ、秒単位、オプション、デフォルトは15分前)", "type": "number" }, "filterQuery": { "default": "*", "description": "検索するためのクエリ文字列(オプション、デフォルトは「*」)", "type": "string" }, "filterTo": { "default": 1745806104.364, "description": "検索終了時間(UNIXタイムスタンプ、秒単位、オプション、デフォルトは現在時刻)", "type": "number" }, "pageCursor": { "description": "次のページを取得するためのカーソル(オプション)", "type": "string" }, "pageLimit": { "default": 25, "description": "取得するスパンの最大数(オプション、デフォルトは25)", "maximum": 1000, "minimum": 1, "type": "number" } }, "type": "object" }

You must be authenticated.

Other Tools from Datadog MCP Server

Related Tools

ID: 3vjdswnx7u