You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be better to move JmxReporter#prefix to MetricsReporter and add a compareTo method in MetricsReporter that returns true if (this.getClass == a.getClass) && this.prefix == a.prefix).
In that way, we could check if there is existing reporter before adding new reporter in MetricsRepository.
The text was updated successfully, but these errors were encountered:
It might be better to move JmxReporter#prefix to MetricsReporter and add a compareTo method in MetricsReporter that returns true if (this.getClass == a.getClass) && this.prefix == a.prefix).
In that way, we could check if there is existing reporter before adding new reporter in MetricsRepository.
The text was updated successfully, but these errors were encountered: