-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Oximeter-related DataStore methods for incoming reconfigurator…
… support (#6518) This PR adds two new `DataStore` methods: * `oximeter_delete` (soft deletes an oximeter instance, which also requires a small migration to add a `time_deleted` column) * `oximeter_reassign_all_producers` (reassigns all metric producers from one oximeter instance to random other instances) and updates existing methods to account for the possibility that an oximeter instance may have been deleted (e.g., don't return deleted instances when listing). There are no callers of these methods in this PR, but there will be in the upcoming reconfigurator-can-rebalance-oximeter PR.
- Loading branch information
1 parent
d6907fc
commit 8b59cae
Showing
11 changed files
with
705 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.