Skip to content

@k8slens/extensions

Globals / "src/main/prometheus/stacklight" / PrometheusStacklight

Class: PrometheusStacklight#

Hierarchy#

  • PrometheusStacklight

Implements#

Index#

Properties#

Methods#

Properties#

id#

id: string = "stacklight"

Implementation of PrometheusProvider.id

Defined in src/main/prometheus/stacklight.ts:6


name#

name: string = "Stacklight"

Implementation of PrometheusProvider.name

Defined in src/main/prometheus/stacklight.ts:7


rateAccuracy#

rateAccuracy: string = "1m"

Defined in src/main/prometheus/stacklight.ts:8

Methods#

getPrometheusService#

getPrometheusService(client: CoreV1Api): Promise\<PrometheusService>

Implementation of PrometheusProvider

Defined in src/main/prometheus/stacklight.ts:10

Parameters:

Name Type
client CoreV1Api

Returns: Promise\<PrometheusService>


getQueries#

getQueries(opts: PrometheusQueryOpts): PrometheusQuery

Implementation of PrometheusProvider

Defined in src/main/prometheus/stacklight.ts:25

Parameters:

Name Type
opts PrometheusQueryOpts

Returns: PrometheusQuery


Last update: November 10, 2020