AxonFramework / ReferenceGuide

The Reference Guide of Axon Framework
Apache License 2.0
29 stars 22 forks source link

[#70] Describe configuring metrics through Spring Boot #79

Closed smcvb closed 6 years ago

smcvb commented 6 years ago

This PR provides some additional description how to configure Metrics if you are using Spring Boot. It does so by splitting the existing example in two and showing the application properties way of setting metrics if you have both on the classpath.

This PR resolve #70