From ee66694f484c279b9ea24258e65bd22c1ea5637d Mon Sep 17 00:00:00 2001 From: Andrew Hu Date: Wed, 27 Oct 2021 16:03:58 -0400 Subject: [PATCH] fixed typo on integraion/prometheus page update the podMetricsEndpoints to only scrapt the metric from target pod in the PodMonitor yaml file Signed-off-by: Andrew Hu --- 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 dd9c8624..d850af1c 100644 --- a/website/docs/integrations/prometheus.md +++ b/website/docs/integrations/prometheus.md @@ -176,7 +176,7 @@ spec: - litmus podMetricsEndpoints: - port: tcp - - interval: 1s + interval: 1s metricRelabelings: - targetLabel: instance replacement: 'chaos-exporter-service'