Skip to content

@k8slens/extensions

Globals / "src/renderer/api/endpoints/metrics.api" / IMetricsResult

Interface: IMetricsResult#

Hierarchy#

  • IMetricsResult

Index#

Properties#

Properties#

metric#

metric: { [name:string]: string; instance: string ; kubernetes?: string ; kubernetes_namespace?: string ; kubernetes_node?: string ; node?: string ; pod?: string }

Defined in src/renderer/api/endpoints/metrics.api.ts:16

Type declaration:

Name Type
instance string
kubernetes? string
kubernetes_namespace? string
kubernetes_node? string
node? string
pod? string

values#

values: [number, string][]

Defined in src/renderer/api/endpoints/metrics.api.ts:25


Last update: November 10, 2020