Skip to main content
Glama

Datadog MCP Server

by brukhabtu
  • Apple
  • Linux

ListActiveMetricConfigurations

Retrieve actively queried tags and aggregations for a specific metric across dashboards, notebooks, monitors, and APIs. Specify a time window for analysis.

Instructions

List tags and aggregations that are actively queried on dashboards, notebooks, monitors, the Metrics Explorer, and using the API for a given metric name.

Path Parameters:

  • metric_name (Required): The name of the metric.

Query Parameters:

  • window[seconds]: The number of seconds of look back (from now). Default value is 604,800 (1 week), minimum value is 7200 (2 hours), maximum value is 2,630,000 (1 month).

Responses:

  • 200 (Success): Success
    • Content-Type: application/json
    • Response Properties:
    • Example:
{ "data": "unknown_type" }
  • 400: Bad Request
    • Content-Type: application/json
    • Response Properties:
      • errors: A list of errors.
    • Example:
{ "errors": [ "Bad Request" ] }
  • 403: Forbidden
    • Content-Type: application/json
    • Response Properties:
      • errors: A list of errors.
    • Example:
{ "errors": [ "Bad Request" ] }
  • 404: Not Found
    • Content-Type: application/json
    • Response Properties:
      • errors: A list of errors.
    • Example:
{ "errors": [ "Bad Request" ] }
  • 429: Too Many Requests
    • Content-Type: application/json
    • Response Properties:
      • errors: A list of errors.
    • Example:
{ "errors": [ "Bad Request" ] }

Input Schema

NameRequiredDescriptionDefault
metric_nameYesThe name of the metric.
window[seconds]NoThe number of seconds of look back (from now). Default value is 604,800 (1 week), minimum value is 7200 (2 hours), maximum value is 2,630,000 (1 month).

Input Schema (JSON Schema)

{ "properties": { "metric_name": { "description": "The name of the metric.", "type": "string" }, "window[seconds]": { "description": "The number of seconds of look back (from now).\nDefault value is 604,800 (1 week), minimum value is 7200 (2 hours), maximum value is 2,630,000 (1 month).", "format": "int64", "type": "integer" } }, "required": [ "metric_name" ], "type": "object" }

You must be authenticated.

Other Tools from Datadog MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/brukhabtu/datadog-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server