I'm using an implementation of io.micrometer.core.instrument.binder.MeterBinder to bind a particular set of meters in my MeterRegistry. However, the objects that I'm metering can come and go during the life of my application, and I can't quite figure out how to unregister my meters once the metered object is no longer relevant.
Is there another API I should be using for this or is it somehow done implicitly?