Class FormulaAndFunctionApmResourceStatsQueryDefinition

APM resource stats query using formulas and functions.

Hierarchy

  • FormulaAndFunctionApmResourceStatsQueryDefinition

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
crossOrgUuids?: string[]

The source organization UUID for cross organization queries. Feature in Private Beta.

Data source for APM resource stats queries.

env: string

APM environment.

groupBy?: string[]

Array of fields to group results by.

name: string

Name of this query to use in formulas.

operationName?: string

Name of operation on service.

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

APM resource name.

service: string

APM service name.

APM resource stat name.

Generated using TypeDoc