Skip to content

Refactor MonitoringService class

Mike Greiling requested to merge refactor-monitoring-service into master

What does this MR do?

  1. Simplifies the logic around the MonitoringService class.
  2. Moves backOff implementation responsibility from the dashboard.vue component into the service class.
  3. Uses Promise.all to perform requests in parallel, instead of chaining them

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Edited by Mike Greiling

Merge request reports