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
{{ message }}
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.
I don't really understand what you mean by "not using micrometer". Do you mean not using metrics? This a starter for Spring Boot and micrometer is a core (i.e. non optional) for metrics.
One of the team I work with have an application that does not use micrometer.
In configurations, there are places referencing
WavefrontConfig
from micrometer.(here, here - this one may relate to #74 )
For opentracing, they seems to be retrieving
source
fromWavefrontConfig
.Probably, it could be replaced with a supplier bean like this:
Then, conditionally create one to use
WavefrontConfig
if micrometer is available.I didn't check other places, but would be nice to make the micrometer optional.
The text was updated successfully, but these errors were encountered: