We had a bean that injects the entire Axon Configuration class, causing eager initialization. And thus, intialization of the metrics while the configuration was still empty. This PR removes that dependency, exactly like was done in https://github.com/AxonIQ/inspector-axon/pull/38
…trics
We had a bean that injects the entire Axon Configuration class, causing eager initialization. And thus, intialization of the metrics while the configuration was still empty. This PR removes that dependency, exactly like was done in https://github.com/AxonIQ/inspector-axon/pull/38
Fixes #77