Skip to main content
Glama
brukhabtu

Datadog MCP Server

by brukhabtu

EstimateMetricsOutputSeries

Calculate estimated metric cardinality for specific tags, percentiles, and aggregation configurations using Metrics without Limits™ on Datadog MCP Server's observability platform.

Instructions

Returns the estimated cardinality for a metric with a given tag, percentile and number of aggregations configuration using Metrics without Limits™.

Path Parameters:

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

Query Parameters:

  • filter[groups]: Filtered tag keys that the metric is configured to query with.

  • filter[hours_ago]: The number of hours of look back (from now) to estimate cardinality with. If unspecified, it defaults to 0 hours.

  • filter[num_aggregations]: Deprecated. Number of aggregations has no impact on volume.

  • filter[pct]: A boolean, for distribution metrics only, to estimate cardinality if the metric includes additional percentile aggregators.

  • filter[timespan_h]: A window, in hours, from the look back to estimate cardinality with. The minimum and default is 1 hour.

Responses:

  • 200 (Success): Success

    • Content-Type: application/json

    • Response Properties:

    • Example:

{
  "data": "unknown_type"
}
  • 400: API error response.

    • Content-Type: application/json

    • Response Properties:

      • errors: A list of errors.

    • Example:

{
  "errors": [
    "Bad Request"
  ]
}
  • 403: API error response.

    • Content-Type: application/json

    • Response Properties:

      • errors: A list of errors.

    • Example:

{
  "errors": [
    "Bad Request"
  ]
}
  • 404: API error response.

    • 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

TableJSON Schema
NameRequiredDescriptionDefault
filter[groups]NoFiltered tag keys that the metric is configured to query with.
filter[hours_ago]NoThe number of hours of look back (from now) to estimate cardinality with. If unspecified, it defaults to 0 hours.
filter[num_aggregations]NoDeprecated. Number of aggregations has no impact on volume.
filter[pct]NoA boolean, for distribution metrics only, to estimate cardinality if the metric includes additional percentile aggregators.
filter[timespan_h]NoA window, in hours, from the look back to estimate cardinality with. The minimum and default is 1 hour.
metric_nameYesThe name of the metric.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo

Tool Definition Quality

Score is being calculated. Check back soon.

Install Server

Other Tools

Related Tools

Latest Blog Posts

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