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
I made the mistake of attaching the heartbeat callback to the metrics buffer handling meaning that if there are no metrics in the queue then the heartbeat would not be called. This needs detaching, possibly running it in a separate thread? Need to think about the final solution.