Class FormulaAndFunctionApmMetricsQueryDefinition

A formula and functions APM metrics query.

Hierarchy

  • FormulaAndFunctionApmMetricsQueryDefinition

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

Data source for APM metrics queries.

groupBy?: string[]

Optional fields to group the query results by.

name: string

Name of this query to 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 (e.g., env, primary_tag).

resourceHash?: string

The hash of a specific resource to filter by.

resourceName?: string

The full name of a specific resource to filter by.

service?: string

APM service name.

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

APM metric stat name.

Generated using TypeDoc