otto-de / edison-microservice

Collection of independent libraries on top of Spring Boot to provide a faster setup of jvm microservices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MetricsFilter bean is not instantiated because spring has it's own bean of the same name.

frankbregulla1111 opened this issue · comments

The MetricsFilter bean is not instantiated. Thus no http metrics are sent to graphite.
The cause is that spring has it's own org.springframework.boot.actuate.autoconfigure.MetricsFilter bean.

When the Edison MetricsFilter is renamed, it is instantiated correctly and metrics are reported.