Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
surapallykishore opened this issue May 14, 2024 · 5 comments
Open
1 task done

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

surapallykishore opened this issue May 14, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@surapallykishore
Copy link

surapallykishore commented May 14, 2024

Is there an existing issue for this?

  • I have searched the existing issues

YACE version

0.60.0

Config file

config: |-
apiVersion: v1alpha1
discovery:
jobs:
- type: AWS/RDS
regions: [ap-south-1]
period: 300
length: 300
dimensionNameRequirements: [DBInstanceIdentifier]
metrics:
- name: CPUUtilization
statistics: [Maximum]
- name: DatabaseConnections
statistics: [Sum]
- name: FreeableMemory
statistics: [Average]
- name: FreeStorageSpace
statistics: [Average]
- name: ReadThroughput
statistics: [Average]
- name: WriteThroughput
statistics: [Average]
- name: ReadLatency
statistics: [Maximum]
- name: WriteLatency
statistics: [Maximum]
- name: ReadIOPS
statistics: [Average]
- name: WriteIOPS
statistics: [Average]
- type: AWS/ElastiCache
regions:
- ap-south-1
period: 300
length: 300
metrics:
- name: CPUUtilization
statistics: [Average]

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 surapallykishore added the bug Something isn't working label May 14, 2024
@surapallykishore
Copy link
Author

Need Help @alext

@surapallykishore
Copy link
Author

@cristiangreco hey could you please help me on this ?

@NickAdolf
Copy link

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

@surapallykishore
Copy link
Author

surapallykishore commented May 17, 2024

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants