prometheus-to-cloudwatch
prometheus-to-cloudwatch copied to clipboard
Include/Exclude metrics not respected in values.yaml
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.
In my point of view, includeMetricsList
and includeMetricsList
are defined but not used.