AxonIQ / giftcard-demo

Axon Framework demo application focused around a simple giftcard domain.
Apache License 2.0
136 stars 83 forks source link

Measure and report message throughput in components #5

Closed abuijze closed 2 years ago

abuijze commented 6 years ago

All the components should report performance metrics they observe. The metrics can be exposed using HTTP endpoints (via Spring Boot Actuator, for example) and retrieved by the Load Test GUI on regular intervals.

smcvb commented 2 years ago

This project uses the axon-micrometer module in combination with spring-boot-starter-actuator to achieve just that. As such, I feel comfortable closing this issue as 'resolved.' Feel free to keep commenting if something's missed.