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
Compare MetricsFilter equality rather than instanceof
Adding the MetricsFilter was being skipped for non-root loggers because the `instanceof` check would return true. However, it is an instance for a different registry. This checks equality of the MetricsFilter and adds a test to verify.
Closesgh-5893
0 commit comments