A query for APM dependency statistics between services, such as call latency and error rates.

Hierarchy

  • ApmDependencyStatsQuery

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

env: string

The environment to query.

isUpstream?: boolean

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

name: string

The variable name for use in formulas.

operationName: string

The APM operation name.

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

The resource name to filter by.

service: string

The service name to filter by.

The APM dependency statistic to query.

Generated using TypeDoc