A query for APM trace metrics such as hits, errors, and latency percentiles, aggregated across services.

Hierarchy

  • ApmMetricsQuery

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 metrics queries.

groupBy?: string[]

Optional fields to group the query results by.

name: string

The variable name for use in formulas.

operationMode?: string

Optional operation mode to aggregate across operation names.

operationName?: string

Name of operation on service. If not provided, the primary operation name is used.

peerTags?: string[]

Tags to query for a specific downstream entity (peer.service, peer.db_instance, peer.s3, peer.s3.bucket, etc.).

queryFilter?: string

Additional filters for the query using metrics query syntax (for example, env, primary_tag).

resourceHash?: string

The resource hash for exact matching.

resourceName?: string

The full name of a specific resource to filter by.

service?: string

The service name to filter by.

Describes the relationship between the span, its parents, and its children in a trace.

The APM metric statistic to query.

Generated using TypeDoc