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
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
This work was deferred from #4483. The main issue is that the runtime metrics registration happens on each runtime call. On top of that, incrementing metrics is not ergonomic because it requires either recreating the runtime metric object every time or passing it around.
One solution is to move metric registration logic to node side and register all runtime metrics early. This also reduces the amount of data the runtime will send via tracing for updating metrics.
The text was updated successfully, but these errors were encountered:
This work was deferred from #4483. The main issue is that the runtime metrics registration happens on each runtime call. On top of that, incrementing metrics is not ergonomic because it requires either recreating the runtime metric object every time or passing it around.
One solution is to move metric registration logic to node side and register all runtime metrics early. This also reduces the amount of data the runtime will send via tracing for updating metrics.
The text was updated successfully, but these errors were encountered: