A query for host-level process metrics such as CPU and memory usage.

Hierarchy

  • ProcessTimeseriesQuery

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
dataSource: ProcessDataSource

A data source for process-level infrastructure metrics.

isNormalizedCpu?: boolean

Whether CPU metrics should be normalized by core count.

limit?: number

Maximum number of results to return.

metric: string

The process metric to query.

name: string

The variable name for use in formulas.

Direction of sort.

tagFilters?: string[]

Tag filters to narrow down processes.

textFilter?: string

A full-text search filter to match process names or commands.

Generated using TypeDoc