Enabling of an Instrumentation is done automatically if user is not explicit disabling it. See InstrumentationAbstract constructor
If later config is updated using setConfig the config.enabled flag is not evaluated nor defaulted.
Should we add defaulting of enabled in setConfig and also call enable/disable there? Or is it up to the user?