This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class SpringIntegrationManagementMetrics implements PublicMetrics, ApplicationContextAware { | |
private ApplicationContext applicationContext; | |
@Override | |
public Collection<Metric<?>> metrics() { | |
Collection<Metric<?>> result = new LinkedHashSet<Metric<?>>(); | |
// Collect Spring Integration metrics; if available | |
// keys in each map are the bean names |