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] is AWS/IPAM fully supported? Specifically trying to get SubnetIPUsage. #1472

Open
1 task done
jmilliron opened this issue Jul 17, 2024 · 1 comment
Open
1 task done
Labels
bug Something isn't working

Comments

@jmilliron
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

YACE version

v0.61.2

Config file

      - type: AWS/IPAM
        dimensionNameRequirements:
          - AddressFamily
          - OwnerID
          - Region
          - ScopeID
          - VpcID
          - SubnetID
        regions:
          - us-east-1
        period: 900
        length: 900
        statistics:
          - Average
        metrics:
          - name: SubnetIPUsage

Current Behavior

Trying to pull down AWS/IPAM SubnetIPUsage metric. Have tried a bunch of dimensions but still getting:

{"account":"200602884457","arn":"","caller":"discovery.go:40","err":"expected to discover resources but none were found","job_type":"AWS/IPAM","level":"error","msg":"No tagged resources made it through filtering","region":"us-east-1","ts":"2024-07-17T14:58:45.999688635Z","version":"v0.61.2"}

Expected Behavior

Able to pull down this metric

Steps To Reproduce

No response

Anything else?

Do we even have support for this IPAM metric? I'm looking at https://github.com/nerdswords/yet-another-cloudwatch-exporter/pull/1168/files and only see stuff about ipam-pool.

@jmilliron jmilliron added the bug Something isn't working label Jul 17, 2024
@jaspermarcus
Copy link

I was just hoping to leverage this same metric in our deployment of YACE, and ran into the same problem. Being able to leverage prometheus and alertmanager for our IP availability monitoring would be very impactful here

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