Alexander Iljushkin ✅

Results 21 comments of Alexander Iljushkin ✅

FYI: there are some issues in the outlook plugin (https://github.com/mmanela/MarkdownOutlook/issues/16) that would be great to have them fixed. If any of you guys know who is using MS Outlook and...

@wilkinsona Hi, I'm also faced with the problem while dealing with rabbitmq metrics, could you please explain how to work around this problem? Running with Spring Boot v2.7.1, Spring v5.3.21...

@wilkinsona Hi, I'm also faced with the problem while dealing with rabbitmq metrics, could you please explain how to work around this problem? Running with Spring Boot v2.7.1, Spring v5.3.21...

@wilkinsona I've added an exclude in the application class, but the problem is still there. Maybe we had the cycle before, because I've got this error after I've upgraded from...

@wilkinsona I rewrote the code above through the `MeterBinder` approach removing the MeterRegistry dependency from the configuration and it seems that it resolved the issue: ``` @Bean public MeterBinder billingRabbitmqMeterBinder(@Qualifier(value...

@wilkinsona Actually, MeterBinder didn't work here, but my metrics were shown up on /metrics when I created a customizer bean ``` @Bean public MeterRegistryCustomizer billingRabbitmqMeterBinder(@Qualifier(value = "objectConnectionFactoryMap") Map objectConnectionFactoryMap) {...

> In what way didn't it work? Same problem with a cycle or something else? Sorry, man. Meter binder was autowired, but when I call /metrics, there are no any...

@netwolfuk Thanks, man, so If I understand it correctly, I have to ask my teamcity admin to add another filter called somewhat vcs_branch_filter which value is regex and default is...

Can i do this on a per project basis or this filter is defined globally in teamcity?

@netwolfuk sorry man, now I got it, thank you