Skip to content

0.4.2

Compare
Choose a tag to compare
@app-sre-bot app-sre-bot released this 05 Oct 14:43
· 72 commits to master since this release
cef61ac

Changelog

  • d96f309 Add tests to rds.go Needed to refactor to be able to mock out AWS results. Reason being is the switch to pagination methods. Created new *All methods in awsclient.go. By adding them to the inteface, it is possible to mock out the result for these paginated methods.
  • c6cfea0 Clean up AWS client
  • cef61ac Merge pull request #67 from janboll/refactor-rds
  • 3e884e9 Move AwsExporterMetrics
  • 054d1af Refactoring rds.go to enable testing