litmuschaos / litmus

Litmus helps SREs and developers practice chaos engineering in a Cloud-native way. Chaos experiments are published at the ChaosHub (https://hub.litmuschaos.io). Community notes is at https://hackmd.io/a4Zu_sH4TZGeih-xCimi3Q
https://litmuschaos.io
Apache License 2.0
4.39k stars 688 forks source link

Typo on integraion/prometheus page under litmus-doc #3342

Open andrewhu-hcl opened 2 years ago

andrewhu-hcl commented 2 years ago

Is this a BUG REPORT or FEATURE REQUEST?

BUG REPORT

What happened: The podMonitor example under the "Prometheus community version (helm) - kube-prometheus-stack with pod monitor" section will scrap the metric from all the pods which port is TCP and the pod with target label.

What you expected to happen: It should only scrape the metric from the target pod by combining two array items under the podMetricsEndpoints into a single item.

andrewhu-hcl commented 2 years ago

Created a PR to fix the issue here https://github.com/litmuschaos/litmus-docs/pull/142