Micrometer is showing only the first instance of same metric name with different tag
Currently, i have 2 custom spring artefacts- metrics-util
and web-utils
. metrics-util contains all the functions related to measuring the metrics such as a web-filter to calculate the metrics of all rest controller. Web-utils uses some functions from metrics-util to measure the metrics inside the function.