centiservice / mats3

Mats3: Message-based Asynchronous Transactional Staged Stateless Services
https://mats3.io/
Other
63 stars 7 forks source link

Ability to add "user metrics" in an initiation and stage, available in Interceptor API #45

Closed stolsvik closed 3 years ago

stolsvik commented 3 years ago

I.e. "the database call took 15.3ms, and returned 150 orders" - log this as a timing, and a measurement. This should then be available in the interceptor API.

Use this in the mats-intercept-logging and mats-intercept-micrometer plugins.