nerdswords / yet-another-cloudwatch-exporter

Prometheus exporter for AWS CloudWatch - Discovers services through AWS tags, gets CloudWatch metrics data and provides them as Prometheus metrics with AWS tags as labels
Apache License 2.0
959 stars 330 forks source link

[BUG] <title> Not able to scrape Metrics of all instances #1418

Open surapallykishore opened 4 months ago

surapallykishore commented 4 months ago

Is there an existing issue for this?

YACE version

0.60.0

Config file

config: |- apiVersion: v1alpha1 discovery: jobs:

Current Behavior

Untitled design

Expected Behavior

Able to see metrics of only three RDS instances while I have a total of 17 rds instances in my AWS account

Steps To Reproduce

No response

Anything else?

No response

surapallykishore commented 4 months ago

Need Help @alext

surapallykishore commented 4 months ago

@cristiangreco hey could you please help me on this ?

NickAdolf commented 3 months ago

Do the other 14 instances have tags? In the same region? Are they running\producing metrics you see in the AWS Console?

surapallykishore commented 3 months ago

Hey @NickAdolf ,Yes and Yes they all are in the same region and I can the see metrics on console , but YACE is scraping metrics for 3 instances .

image

surapallykishore commented 3 months ago

Hey @NickAdolf , I was able to see all metrics when I was using prometheus exporter but it is making tooo many API calls so switched to YACE.