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] problem with name/value pairs in multiple static dimensions #513

Open
1 task done
dragop4 opened this issue Jan 26, 2022 · 1 comment
Open
1 task done

[BUG] problem with name/value pairs in multiple static dimensions #513

dragop4 opened this issue Jan 26, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@dragop4
Copy link

dragop4 commented Jan 26, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I'm using this config to scrape RDS ReplicaLag metrics

      - namespace: AWS/RDS
        name: ReplicaLag
        regions:
          - eu-west-1    
        dimensions:
          - name: DBInstanceIdentifier
            value: mysql01
          - name: DBInstanceIdentifier
             value: mysql02
          - name: DBInstanceIdentifier
            value: psql01
          - name: DBInstanceIdentifier
            value: mysql-01-0

but, exporter show me only last DBInstanceIdentifier value

# TYPE aws_rds_replica_lag_average gauge
aws_rds_replica_lag_average{account_id="",dimension_DBInstanceIdentifier="mysql-01-0",name="ReplicaLag",region="eu-west-1"} 0```
@dragop4 dragop4 added the bug Something isn't working label Jan 26, 2022
@basiq-brad
Copy link

Hello is there any update on this? thanks

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