From 1229f8ff2f333401b8b37099966bec03d07cc80d Mon Sep 17 00:00:00 2001 From: DeshDeepakKant Date: Mon, 3 Feb 2025 18:29:27 +0530 Subject: [PATCH] docs: fix typo in integration/prometheus page Fixed typo for the podMonitor example under the 'Prometheus community version (helm) - kube-prometheus-stack with pod monitor' section. Signed-off-by: Desh Deepak Kant Signed-off-by: DeshDeepakKant --- website/docs/integrations/prometheus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/integrations/prometheus.md b/website/docs/integrations/prometheus.md index 23bce3b7..166642cc 100644 --- a/website/docs/integrations/prometheus.md +++ b/website/docs/integrations/prometheus.md @@ -174,7 +174,7 @@ spec: - litmus podMetricsEndpoints: - port: tcp - - interval: 1s + interval: 1s metricRelabelings: - targetLabel: instance replacement: 'chaos-exporter-service'