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.