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
pkg/util/log: plumb LogMetricRegistry into log package
This patch plumbs the LogMetricRegistry into the log package
as part of the initialization of the package where the
implementation lives.
With the log metrics plumbed into the log package and
made available in the server, we can now add them to the
metrics recorder used by the server, as well as begin using
metrics within the log package.
Release note: none
0 commit comments