Hierarchy

  • MetricsApi

Constructors

Properties

configuration: Configuration
requestFactory: MetricsApiRequestFactory
responseProcessor: MetricsApiResponseProcessor

Methods

  • Create and define a list of queryable tag keys for a set of existing count, gauge, rate, and distribution metrics. Metrics are selected by passing a metric name prefix. Use the Delete method of this API path to remove tag configurations. Results can be sent to a set of account email addresses, just like the same operation in the Datadog web app. If multiple calls include the same metric, the last configuration applied (not by submit order) is used, do not expect deterministic ordering of concurrent calls. The exclude_tags_mode value will set all metrics that match the prefix to the same exclusion state, metric tag configurations do not support mixed inclusion and exclusion for tags on the same metric. Can only be used with application keys of users with the Manage Tags for Metrics permission.

    Parameters

    Returns Promise<MetricBulkTagConfigResponse>

Generated using TypeDoc