Spot termination exporter - fetch rebalance recommendations #15
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What's in this PR?
instance_type
label toterminationIndicator
andterminationTime
metrics to allow tracking of trends by instance typeinstance_id
andinstance_type
labelsWhy?
Rebalance recommendations provide potentially significant advance notice of potential spot disruption before the 2-minute notice of a spot termination. Adding the exposure of this metric allows cluster operators to gain advance warning of potentially large scale spot interruptions in their clusters.
The addition of the
instance_type
label also allows cluster operators to understand if their spot interruptions are clustered on specific instance types, leading to data driven consideration of instance type choices.Additional context
Checklist