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
This is a more specific continuation of #11666
It looks like the best way to handle calling r.Event inside a loop is to check the bool return value, and just return from Fetch if we get a false. This will only happen when the metricset is closed. This obviously isn't a huge issue, but it would be nice to standardize how we handle this.
This is a more specific continuation of #11666
It looks like the best way to handle calling
r.Event
inside a loop is to check the bool return value, and just return fromFetch
if we get a false. This will only happen when the metricset is closed. This obviously isn't a huge issue, but it would be nice to standardize how we handle this.The text was updated successfully, but these errors were encountered: