We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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```
The text was updated successfully, but these errors were encountered:
Hello is there any update on this? thanks
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
Current Behavior
I'm using this config to scrape RDS ReplicaLag metrics
but, exporter show me only last DBInstanceIdentifier value
The text was updated successfully, but these errors were encountered: