Skip to content

Conversation

@amitgilad3
Copy link

No description provided.

@jaingaurav
Copy link
Member

@amitgilad3: What is the status of this PR? It doesn't seem like its passing its test cases.

@shortdudey123
Copy link
Member

Can you update to use boto3? Also can you fix the pep8 issues?

"""
config = super(RdsCollector, self).get_default_config()
config.update({
'access_key_id': 'access_key',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't set a default with an id and key.

metric_name=attribute,
statistics=["Sum"],
dimensions={'DBInstanceIdentifier':dbInstanceIdentifier})
except Exception:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Except Exception as e.

secret_access_key:aws secret key
DBInstanceIdentifiers: db name or * for all databases

metrics will be published under rds.<dbname>.*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change rds to redshift throughout this file.


Dependencies

botot
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spelling

metric_name=attribute,
statistics=["Sum"],
dimensions={'ClusterIdentifier':ClusterIdentifier})
except Exception,e:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Except Exception as e.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants