metaflow icon indicating copy to clipboard operation
metaflow copied to clipboard

Refactor system event logger and monitor, add new metrics

Open talsperre opened this issue 1 year ago • 1 comments

This PR removes the notion of a separate global context from system_monitor and system_logger. User's can now implement their event loggers and monitors to make use of the current singleton instead.

Additionally, it adds the graph_info object to the current singleton, but it is not directly exposed to the end user.

talsperre avatar Sep 27 '24 23:09 talsperre

Something seems to have gotten lost -- there is no graph_info anymore.

romain-intel avatar Oct 02 '24 05:10 romain-intel