Giter Club home page Giter Club logo

Comments (2)

cristiangreco avatar cristiangreco commented on June 27, 2024

@jdavid5815 thanks for the detailed bug report.

I don't see any particular issue with the config you pasted (although would be better to add formatting to your ticket for easier readability). In any case, you can find and example RDS config at https://github.com/nerdswords/yet-another-cloudwatch-exporter/blob/master/examples/rds.yml

I think it might be good to try to temporarily simplify your config while we debug the issue. Could you please change it to have only two metrics, one that you think it's working correctly and one that is not working as expected. Then could you please post any log message from the container? (running yace with -debug would be great)

from yet-another-cloudwatch-exporter.

jdavid5815 avatar jdavid5815 commented on June 27, 2024

Okay, so I simplified the config to:

apiVersion: v1alpha1
discovery:
  jobs:
  - type: AWS/RDS
    regions:
      - eu-west-1
    searchTags:
      - key: prometheus
        value: true
    metrics:
      - name: CPUUtilization
        statistics:
          - Average
        period: 300
        length: 10800
      - name: ReadIOPS
        statistics:
          - Average
        period: 60
        length: 10800

As requested, I now have one metric that works, which is CPUUtilization and one which doesn't: ReadIOPS

I was just about to post the whole debug file, but there was really nothing special to see.. so I opened the AWS console and checked the CloudWatch logs themselves .. the metrics I wanted are not there!

What I didn't take into account was that fact that all databases were of the serverless type... Apparently, metrics are different for Aurora database:

Aurora Metrics

So it turns out, YACE is working as designed. However, I would like to change this BUG report into a feature request:

scrape Aurora metrics.

Shall I log a separate ticket?

Sorry for the inconvenience.

from yet-another-cloudwatch-exporter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.