A query for APM resource statistics such as latency, error rate, and hit count, grouped by resource name.

Hierarchy

  • ApmResourceStatsQuery

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

A data source for APM resource statistics queries.

env: string

The environment to query.

groupBy?: string[]

Tag keys to group results by.

name: string

The variable name for use in formulas.

operationName?: string

The APM operation name.

primaryTagName?: string

Name of the second primary tag used within APM. Required when primary_tag_value is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog

primaryTagValue?: string

Value of the second primary tag by which to filter APM data. primary_tag_name must also be specified.

resourceName?: string

The resource name to filter by.

service: string

The service name to filter by.

The APM resource statistic to query.

Generated using TypeDoc