Hi,
I am trying to use cloudwatch-exporter as a microservice in EKS. I have configured AWS key id and secret in the helm values file and installed the helm chart.
I configured it with few aws namespaces (AWS/ELB, AWS/S3 and AWS/Neptune).
But its showing the below metrics always, but not the desired metrics:
# HELP cloudwatch_exporter_scrape_duration_seconds Time this CloudWatch scrape took, in seconds.
# TYPE cloudwatch_exporter_scrape_duration_seconds gauge
cloudwatch_exporter_scrape_duration_seconds 2.083988934
# HELP cloudwatch_exporter_scrape_error Non-zero if this scrape failed.
# TYPE cloudwatch_exporter_scrape_error gauge
cloudwatch_exporter_scrape_error 0.0
# HELP tagging_api_requests_total API requests made to the Resource Groups Tagging API
# TYPE tagging_api_requests_total counter
# HELP cloudwatch_requests_total API requests made to CloudWatch
# TYPE cloudwatch_requests_total counter
cloudwatch_requests_total{action="listMetrics",namespace="AWS/S3",} 10.0
cloudwatch_requests_total{action="listMetrics",namespace="AWS/Neptune",} 10.0
cloudwatch_requests_total{action="listMetrics",namespace="AWS/ELB",} 50.0
Can you please help in this regard?
-Thanks in advance,
Vamsi