nodepool/nodepool/driver/example
James E. Blair 46e130fe1a Add more debug info to AWS driver
These changes are all in service of being able to better understand
AWS driver log messages:

* Use annotated loggers in the statemachine provider framework
  so that we see the request, node, and provider information
* Have the statemachine framework pass annotated loggers to the
  state machines themselves so that the above information is available
  for log messages on individual API calls
* Add optional performance information to the rate limit handler
  (delay and API call duration)
* Add some additional log entries to the AWS adapter

Also:

* Suppress boto logging by default in unit tests (it is verbose and
  usually not helpful)
* Add coverage of node deletion in the AWS driver tests

Change-Id: I0e6b4ad72d1af7f776da73c5dd2a50b40f60e4a2
2022-04-11 10:14:20 -07:00
..
__init__.py Add an example state machine driver 2021-03-19 10:47:17 -07:00
adapter.py Add more debug info to AWS driver 2022-04-11 10:14:20 -07:00
config.py Add an example state machine driver 2021-03-19 10:47:17 -07:00