I wouldn't. Having helper libs or other constructs that serve a purpose on top I completely get. It's the creation of boilerplate factory classes and abstractions on top of instruments that I have a problem with. E.g. abstractions like "MyCounter" to just shield access to record measurements.
Comments
But I'm a big fan of higher level constructs that actually add value, change mental models, and make instrumentation easier beyond syntactic sugar. Those are necessary as part of a healthy ecosystem.