Class FormulaAndFunctionApmDependencyStatsQueryDefinition

A formula and functions APM dependency stats query.

Hierarchy

  • FormulaAndFunctionApmDependencyStatsQueryDefinition

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 dependency stats queries.

env: string

APM environment.

isUpstream?: boolean

Determines whether stats for upstream or downstream dependencies should be queried.

name: string

Name of query to use in formulas.

operationName: string

Name of operation on service.

primaryTagName?: string

The 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

Filter APM data by the second primary tag. primary_tag_name must also be specified.

resourceName: string

APM resource.

service: string

APM service.

APM statistic.

Generated using TypeDoc