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 would like to be able to set custom tags on NettyEventExecutorMetrics like is possible with most of the other MeterBinder implementations.
I set common tags on all the meters I register, but I can't modify the configuration of the MeterRegistry as it may be injected and using something like MeterRegistry.config().commonTags(...) would potentially modify other meters that should not, in fact, have those tags.