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] FSx lustre read throughput metrics not available #1378

Open bparamjeet opened 5 months ago

bparamjeet commented 5 months ago

Is there an existing issue for this?

YACE version

yace version : v0.36.2-alpha

Config file

discovery:
  jobs:
  - type: "fsx"
    regions:
    - ap-south-1
    delay: 10
    length: 60
    metrics:
      - name: MetadataOperations
        statistics:
        - 'Sum'
        period: 60
      - name: FreeDataStorageCapacity
        statistics:
        - 'Sum'
        period: 60
      - name: DataWriteOperations
        statistics:
        - 'Sum'
        period: 60
      - name: DataReadOperations
        statistics:
        - 'Sum'
        period: 60
      - name: DataWriteBytes
        statistics:
        - 'Sum'
        period: 60
      - name: DataReadBytes
        statistics:
        - 'Sum'
        period: 60

Current Behavior

Readbytes metrics is not exposed , all other metrics are exposed as expected

Expected Behavior

All metrics needs to be exposed properlu

Steps To Reproduce

No response

Anything else?

No response