spring-boot-starter
spring-boot-starter copied to clipboard
Will mybatis add metrics for promethues?
trafficstars
use micrometer add metrics: execute time of Executor#query , type is summary ,and tag sqlId (more like mappers method). so, monitor sql execute like http`.
If you need. i will pr.
thanks