Bomb Squad currently only supports detection and suppression of exploding label values. This accounts for only one of 3 or 4 cardinality explosion cases.
give an indication of what kind of explosion took place
This one is likely to be particularly involved, as Bomb Squad is currently built to treat the __name__ label's values as "special". With any luck, there can just be some additional cadenced checks for various explosion types.
Valid outcomes of this issue:
A proposal / PR to handle this explosion case
A strongly argued reason as to why it can't be done by way of Bomb Squad
Bomb Squad currently only supports detection and suppression of exploding label values. This accounts for only one of 3 or 4 cardinality explosion cases.
If possible, though, Bomb Squad should:
__name__
label value)This one is likely to be particularly involved, as Bomb Squad is currently built to treat the
__name__
label's values as "special". With any luck, there can just be some additional cadenced checks for various explosion types.Valid outcomes of this issue: