cloudposse / prometheus-to-cloudwatch

Utility for scraping Prometheus metrics from a Prometheus client endpoint and publishing them to CloudWatch
https://cloudposse.com/accelerate
Apache License 2.0
169 stars 37 forks source link

Include/Exclude metrics not respected in values.yaml #21

Open jonesg504 opened 5 years ago

jonesg504 commented 5 years ago

Im trying to only include one metric to send to cloudwatch so I set the include metric value to:INCLUDE_METRICS: 'kube_pod_container_resource_requests*' and helm installed the chart. However the exporter is just exporting every single metric in prometheus.

Kirchen99 commented 4 years ago

In my point of view, includeMetricsList and includeMetricsList are defined but not used.

XenonFrey commented 4 months ago

any fix for this? facing the same issue