Alexey Genus
Alexey Genus
Moving on from #1 I mentioned some messed chars in text strings of 2.3 release. Here is an example diff for 1 line: ``` diff -Show info for ''gromit''@''localhost'' account:...
Follow up after smalltalk at Devoops 2019. Preface A schedule for triggers and notifications is one of the most important features, which is usually used for two reasons: * For...
Since #12550 spring-boot makes use of `HibernateMetrics` provided by micrometer. Since version 1.4.0 `HibernateQueryMetrics` is also available in micrometer, but spring-boot doesn't configure it. I suppose adding a configuration for...
This is fully inspired from #91 I made same thing for ``collectd.dbi`` and ``collectd.mysql``
This PR adds possibility to send metrics directly to graphite without polling them from ``/metrics/`` uri. Would you like that in your code?
This change allows redefining the bean. Mainly, I'd like to use it to change its order. Related to #1134
This change updates grpcmock so it can be used with spring-boot 4. I also bumped `spring-grpc` dependency to 1.0.0, but this applies to an example project only. Two main changes...