diff --git a/src/main/prometheus/operator.ts b/src/main/prometheus/operator.ts index 4673cad815..504bb93136 100644 --- a/src/main/prometheus/operator.ts +++ b/src/main/prometheus/operator.ts @@ -15,7 +15,7 @@ export class PrometheusOperator extends PrometheusProvider { readonly isConfigurable: boolean = true; public async getPrometheusService(client: CoreV1Api): Promise { - return this.getFirstNamespacedService(client, "operated-prometheus=true", "self-monitor=true"); + return this.getFirstNamespacedService(client, "operated-prometheus=true"); } public getQuery(opts: Record, queryName: string): string {