Globals / "src/main/prometheus/helm" / PrometheusHelm
Class: PrometheusHelm#
Hierarchy#
↳ PrometheusHelm
Implements#
Index#
Properties#
Methods#
Properties#
id#
• id: string = "helm"
Implementation of PrometheusProvider.id
Overrides PrometheusLens.id
Defined in src/main/prometheus/helm.ts:7
name#
• name: string = "Helm"
Implementation of PrometheusProvider.name
Overrides PrometheusLens.name
Defined in src/main/prometheus/helm.ts:8
rateAccuracy#
• rateAccuracy: string = "5m"
Overrides PrometheusLens.rateAccuracy
Defined in src/main/prometheus/helm.ts:9
Methods#
getPrometheusService#
▸ getPrometheusService(client: CoreV1Api): Promise\<PrometheusService>
Implementation of PrometheusProvider
Overrides PrometheusLens.getPrometheusService
Defined in src/main/prometheus/helm.ts:11
Parameters:
| Name | Type |
|---|---|
client |
CoreV1Api |
Returns: Promise\<PrometheusService>
getQueries#
▸ getQueries(opts: PrometheusQueryOpts): PrometheusQuery
Implementation of PrometheusProvider
Inherited from PrometheusLens.getQueries
Defined in src/main/prometheus/lens.ts:25
Parameters:
| Name | Type |
|---|---|
opts |
PrometheusQueryOpts |
Returns: PrometheusQuery