You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an ObservationPredicate "disables" an observation it's a NOOP observation. Now, when the child Observation is created and its parent is NOOP then we should make that observation NOOP too.
The text was updated successfully, but these errors were encountered:
But I'm not quite sure that this behavior would be right, I think ignoring an intermediate Observation without ignoring all of the subsequent ones is a valid behavior, e.g.:
In case of A -> B -> C, I think ignoring B but keeping C should be valid: A -> C
In case of A -> B -> C, I think ignoring A but keeping B and C should be valid: B -> C
If an
ObservationPredicate
"disables" an observation it's a NOOP observation. Now, when the child Observation is created and its parent is NOOP then we should make that observation NOOP too.The text was updated successfully, but these errors were encountered: