datadog mcp

by GeLi2001
Verified

aggregate-logs

Analyze log data by performing aggregations, calculating metrics (count, avg, sum), and grouping by fields. Extract insights and statistical summaries to understand patterns in log data efficiently.

Instructions

Perform analytical queries and aggregations on log data. Essential for calculating metrics (count, avg, sum, etc.), grouping data by fields, and creating statistical summaries from logs. Use this when you need to analyze patterns or extract metrics from log data.

Input Schema

NameRequiredDescriptionDefault
computeNo
filterNo
groupByNo
optionsNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "compute": { "items": { "additionalProperties": false, "properties": { "aggregation": { "type": "string" }, "metric": { "type": "string" }, "type": { "type": "string" } }, "required": [ "aggregation" ], "type": "object" }, "type": "array" }, "filter": { "additionalProperties": false, "properties": { "from": { "type": "string" }, "indexes": { "items": { "type": "string" }, "type": "array" }, "query": { "type": "string" }, "to": { "type": "string" } }, "type": "object" }, "groupBy": { "items": { "additionalProperties": false, "properties": { "facet": { "type": "string" }, "limit": { "type": "number" }, "sort": { "additionalProperties": false, "properties": { "aggregation": { "type": "string" }, "order": { "type": "string" } }, "required": [ "aggregation", "order" ], "type": "object" } }, "required": [ "facet" ], "type": "object" }, "type": "array" }, "options": { "additionalProperties": false, "properties": { "timezone": { "type": "string" } }, "type": "object" } }, "type": "object" }

You must be authenticated.

Other Tools from datadog mcp

Related Tools

ID: nj2o2mvvnd